uhttpd: fix segfault triggered by Basic Auth checking

SVN-Revision: 22805
This commit is contained in:
Jo-Philipp Wich
2010-08-25 21:38:48 +00:00
parent 48af005b73
commit 93c38f2b86
2 changed files with 1 additions and 3 deletions

View File

@@ -728,8 +728,6 @@ int uh_auth_check(
req->realm = realm;
break;
}
realm = NULL;
}
/* found a realm matching the username */