uhttpd: revert unrelated change in previous commit

SVN-Revision: 23261
This commit is contained in:
Jo-Philipp Wich 2010-10-05 19:35:38 +00:00
parent 88db961cf0
commit 817566a5be
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