Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>2014-02-08 05:02:26 +0400
committerReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>2014-02-08 07:29:39 +0400
commitdb93c2d03131253f12b2886ad779f65c6bfb8a46 (patch)
treeb8e77b79a299dc8d2f10bb17aeef7b3bac7c9df0 /ffserver.c
parent1507e2a0953213b51c4e60b1631c6266fdc4428b (diff)
ffserver: move misplaced comment
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}