From c199348da2000ace11f6a39f1d895a298a968970 Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 21 Apr 2006 16:54:10 +0200 Subject: [PATCH] http_send.c: Add a comment --- http_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.30.2