X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=c9605d2f7b94e0a7b64372469ce1713154a749d0;hp=b86137f9a9e0c32139b50a7fd05b8d7048381f86;hb=1c8218665d39f212eb7cddaea70c5ab66d7e26c7;hpb=1d2aa7dcc09cd7ed06d18372eb85407f556cb529 diff --git a/server.c b/server.c index b86137f9..c9605d2f 100644 --- a/server.c +++ b/server.c @@ -392,7 +392,7 @@ static int command_post_select(struct sched *s, void *context) memset(sct->argv[i], 0, strlen(sct->argv[i])); i = sct->argc - 1 - lls_num_inputs(cmdline_lpr); sprintf(sct->argv[i], "para_server (serving %s)", peer_name); - handle_connect(new_fd, peer_name); + handle_connect(new_fd); /* never reached*/ out: if (ret < 0)