the paraslash-0.2.12 release tarball
[paraslash.git] / http_send.c
index 285215f9557454fff5c536a7f483185a6958604e..ea88bd4a8cdfbcdad902d36d7717702318279e73 100644 (file)
@@ -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");
 }