summaryrefslogtreecommitdiff
path: root/uhttpd-utils.c
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-25 21:38:48 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-25 21:38:48 +0000
commitec8b567194405c4a6666f00cf088e42c8d59e368 (patch)
tree857475540584614e7c527b800b6d4b9a98a9cca7 /uhttpd-utils.c
parenta393073c9c8a8ad765a3d4ae4483677792152d3a (diff)
downloaduhttpd-ec8b567194405c4a6666f00cf088e42c8d59e368.tar.gz
[package] uhttpd: fix segfault triggered by Basic Auth checking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src@22805 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'uhttpd-utils.c')
-rw-r--r--uhttpd-utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uhttpd-utils.c b/uhttpd-utils.c
index 8a06c93..3821eb5 100644
--- a/uhttpd-utils.c
+++ b/uhttpd-utils.c
@@ -728,8 +728,6 @@ int uh_auth_check(
req->realm = realm;
break;
}
-
- realm = NULL;
}
/* found a realm matching the username */