summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ot_http.c b/ot_http.c
index 53de0e8..3f2fc5d 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -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 }