mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
fix for connection request not working after memory fix
This commit is contained in:
parent
b15a2fbafb
commit
87b7f8d227
1 changed files with 0 additions and 2 deletions
|
|
@ -442,10 +442,8 @@ int http_digest_auth_check(const char *http_method, const char *url,
|
|||
if (('\0' != *end) || ((LONG_MAX == nci) && (ERANGE == errno)))
|
||||
{
|
||||
DD(DEBUG, "Authentication failed, invalid format.");
|
||||
free(end);
|
||||
return MHD_NO; /* invalid nonce format */
|
||||
}
|
||||
free(end);
|
||||
|
||||
/*
|
||||
* Checking if that combination of nonce and nc is sound
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue