Skip to content
Snippets Groups Projects
Commit 952de100 authored by deuce's avatar deuce
Browse files

Fix bug in logging - use session->socket not socket.

parent 5f668190
Branches
Tags
No related merge requests found
...@@ -1377,7 +1377,7 @@ static BOOL get_req(http_session_t * session, char *request_line) ...@@ -1377,7 +1377,7 @@ static BOOL get_req(http_session_t * session, char *request_line)
req_line[0]=0; req_line[0]=0;
} }
else { else {
lprintf(LOG_DEBUG,"%04d Handling Internal Redirect to: %s",socket,request_line); lprintf(LOG_DEBUG,"%04d Handling Internal Redirect to: %s",session->socket,request_line);
SAFECOPY(req_line,request_line); SAFECOPY(req_line,request_line);
} }
if(req_line[0]) { if(req_line[0]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment