Commit 3020b509dc61ef6e3655800dd758855bdb4672b4
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,6 +224,8 @@ public: | ||
| 224 | daemon = true; | 224 | daemon = true; |
| 225 | daemon_pipe = parv[0]; | 225 | daemon_pipe = parv[0]; |
| 226 | } else if (!strcmp(fun, "slave")) { | 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 | check(parc == 1, "Incorrect parameter count for 'slave'"); | 229 | check(parc == 1, "Incorrect parameter count for 'slave'"); |
| 228 | br_slave_process(parv[0]); | 230 | br_slave_process(parv[0]); |
| 229 | } else if (!strcmp(fun, "exit")) { | 231 | } else if (!strcmp(fun, "exit")) { |