[package] uhttpd: revert unrelated change in previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23261 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2010-10-05 19:35:38 +00:00
parent 62f58cd112
commit 6e1d16d0d2
1 changed files with 1 additions and 3 deletions

View File

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