ffserver: move misplaced comment

Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
pull/43/merge
Reynaldo H. Verdejo Pinochet 11 years ago
parent 1507e2a095
commit db93c2d031
  1. 2
      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);
}
}

Loading…
Cancel
Save