http_send.c: Add a comment
authorAndre <maan@p133.(none)>
Fri, 21 Apr 2006 14:54:10 +0000 (16:54 +0200)
committerAndre <maan@p133.(none)>
Fri, 21 Apr 2006 14:54:10 +0000 (16:54 +0200)
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)
        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");
 }
        PARA_DEBUG_LOG("%s", "http sender init complete\n");
 }