X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=35d6f19137b3a881482df4e65c3945d6bcdb8a78;hp=849b707a43043a501ab92cadbed6af66f725a139;hb=532e1d01498090d8f17f39e4495790715d826457;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/server.c b/server.c index 849b707a..35d6f191 100644 --- a/server.c +++ b/server.c @@ -426,6 +426,7 @@ static void init_server_command_task(int argc, char **argv) if (ret < 0) goto err; add_close_on_fork_list(sct->listen_fd); /* child doesn't need the listener */ + sprintf(sct->task.status, "server command task"); register_task(&sct->task); return; err: