From: Andre Date: Fri, 21 Apr 2006 14:54:10 +0000 (+0200) Subject: http_send.c: Add a comment X-Git-Tag: v0.2.12~30 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c199348da2000ace11f6a39f1d895a298a968970;ds=sidebyside http_send.c: Add a comment --- 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"); }