diff options
-rw-r--r-- | ot_http.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -573,8 +573,8 @@ ssize_t http_handle_request( const int64 sock, struct ot_workstruct *ws ) { | |||
573 | g_logchain_first = g_logchain_last = log; | 573 | g_logchain_first = g_logchain_last = log; |
574 | else { | 574 | else { |
575 | g_logchain_last->next = log; | 575 | g_logchain_last->next = log; |
576 | g_logchain_last = log; | 576 | g_logchain_last = log; |
577 | } | 577 | } |
578 | } else | 578 | } else |
579 | free( log ); | 579 | free( log ); |
580 | } | 580 | } |