Commit e05ac94a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Braino.

Spotted by:	fgs
parent 5941d35c
......@@ -420,7 +420,7 @@ cmd_server(CMD_ARGS)
if (!strcmp(*av, "-dispatch")) {
if (strcmp(s->name, "s0")) {
fprintf(stderr,
"server -parallel only works on s0\n");
"server -dispatch only works on s0\n");
exit(1);
}
server_dispatch(s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment