projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update kernel versions
[openwrt.git]
/
package
/
uhttpd
/
src
/
uhttpd.c
diff --git
a/package/uhttpd/src/uhttpd.c
b/package/uhttpd/src/uhttpd.c
index
9de77c8
..
2f77a32
100644
(file)
--- a/
package/uhttpd/src/uhttpd.c
+++ b/
package/uhttpd/src/uhttpd.c
@@
-71,8
+71,8
@@
static void uh_config_parse(const char *path)
if( !uh_auth_add(line, user, pass) )
{
fprintf(stderr,
if( !uh_auth_add(line, user, pass) )
{
fprintf(stderr,
- "
Can not manage more than %i basic auth realms,
"
- "
will skip the rest\n", UH_LIMIT_AUTHREALMS
+ "
Notice: No password set for user %s, ignoring
"
+ "
authentication on %s\n", user, line
);
break;
);
break;
@@
-550,6
+550,7
@@
int main (int argc, char **argv)
&hints, (opt == 's'), &conf
);
&hints, (opt == 's'), &conf
);
+ memset(bind, 0, sizeof(bind));
break;
#ifdef HAVE_TLS
break;
#ifdef HAVE_TLS
This page took
0.026781 seconds
and
4
git commands to generate.