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

Four arg b64_decode()

parent 2cef09dc
No related branches found
No related tags found
No related merge requests found
......@@ -1164,7 +1164,7 @@ static BOOL parse_headers(http_session_t * session)
if(p==NULL)
break;
while(*p && *p<' ') p++;
b64_decode(p,p,strlen(p));
b64_decode(p,p,strlen(p),strlen(p));
SAFECOPY(session->req.auth,p);
break;
case HEAD_LENGTH:
......
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