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

Remove unused variable.

parent 47bf3ce5
No related branches found
No related tags found
No related merge requests found
......@@ -1004,8 +1004,6 @@ static void send_error(http_session_t * session, const char* message)
void http_logon(http_session_t * session, user_t *usr)
{
int i;
if(usr==NULL)
getuserdat(&scfg, &session->user);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment