projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88db961
)
uhttpd: revert unrelated change in previous commit
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 19:35:38 +0000
(19:35 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Oct 2010 19:35:38 +0000
(19:35 +0000)
SVN-Revision: 23261
package/uhttpd/src/uhttpd.c
patch
|
blob
|
history
diff --git
a/package/uhttpd/src/uhttpd.c
b/package/uhttpd/src/uhttpd.c
index 86b7e63dd123db929c84e9553aad3a0107166899..a818e1c4507e58ff55f501b7bb28a7462df57e45 100644
(file)
--- a/
package/uhttpd/src/uhttpd.c
+++ b/
package/uhttpd/src/uhttpd.c
@@
-558,9
+558,7
@@
static void uh_mainloop(struct config *conf, fd_set serv_fds, int max_fd)
if( conf->lua_state &&
uh_path_match(conf->lua_prefix, req->url) )
{
- /* auth ok? */
- if( uh_auth_check(cl, req, pin) )
- conf->lua_request(cl, req, conf->lua_state);
+ conf->lua_request(cl, req, conf->lua_state);
}
else
#endif