uhttpd: revert unrelated change in previous commit
SVN-Revision: 23261
This commit is contained in:
parent
88db961cf0
commit
817566a5be
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue