Commit 3020b509dc61ef6e3655800dd758855bdb4672b4

Authored by Charles Otto
1 parent d5fb9d9a

Additional comment

Showing 1 changed file with 2 additions and 0 deletions
app/br/br.cpp
... ... @@ -224,6 +224,8 @@ public:
224 224 daemon = true;
225 225 daemon_pipe = parv[0];
226 226 } else if (!strcmp(fun, "slave")) {
  227 + // This is used internally by processWrapper, if you want to remove it, also remove
  228 + // plugins/core/processwrapper.cpp
227 229 check(parc == 1, "Incorrect parameter count for 'slave'");
228 230 br_slave_process(parv[0]);
229 231 } else if (!strcmp(fun, "exit")) {
... ...