fix for connection request not working after memory fix

This commit is contained in:
Strhuan Blomquist 2014-05-26 11:24:42 +02:00
parent b15a2fbafb
commit 87b7f8d227

View file

@ -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