X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=ea88bd4a8cdfbcdad902d36d7717702318279e73;hp=285215f9557454fff5c536a7f483185a6958604e;hb=446f934790d9d60b4aaa63faa41217fa8134a4be;hpb=61e14be5d56d3076f727227cefd3dbf08d6e7644 diff --git a/http_send.c b/http_send.c index 285215f9..ea88bd4a 100644 --- a/http_send.c +++ b/http_send.c @@ -561,6 +561,6 @@ void http_send_init(struct sender *s) self = s; init_access_control_list(); if (!conf.http_no_autostart_given) - open_tcp_port(conf.http_port_arg); + open_tcp_port(conf.http_port_arg); /* ignore errors */ PARA_DEBUG_LOG("%s", "http sender init complete\n"); }