X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=7be22da07dc9c0cd60c88dcb52c031277e9c33c5;hp=f3ae608b4b5ac235894faaeca609eed4694ef50c;hb=1040882da196d0829b15cbe186feca445956a58a;hpb=5c556c52f1196cea4536d36b683372de532943a9 diff --git a/http_send.c b/http_send.c index f3ae608b..7be22da0 100644 --- a/http_send.c +++ b/http_send.c @@ -334,7 +334,7 @@ static int open_tcp_port(int port) { int ret; - server_fd = init_tcp_socket(port); + server_fd = tcp_listen(port); if (server_fd < 0) { http_shutdown_clients(); self->status = SENDER_OFF;