From db93c2d03131253f12b2886ad779f65c6bfb8a46 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 7 Feb 2014 22:02:26 -0300 Subject: [PATCH] ffserver: move misplaced comment Signed-off-by: Reynaldo H. Verdejo Pinochet --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffserver.c b/ffserver.c index 420768b0c6..73c4109acc 100644 --- a/ffserver.c +++ b/ffserver.c @@ -753,8 +753,8 @@ static int http_server(void) for(c = first_http_ctx; c != NULL; c = c_next) { c_next = c->next; if (handle_connection(c) < 0) { - /* close and free the connection */ log_connection(c); + /* close and free the connection */ close_connection(c); } }