Vodz last_patch_105 without his xargs patch which doenst apply cleanly

This commit is contained in:
Glenn L McGrath
2003-10-06 13:23:06 +00:00
parent add3eadc46
commit 9d1a33c690
2 changed files with 14 additions and 2 deletions

View File

@@ -1452,7 +1452,9 @@ static int checkPerm(const char *path, const char *request)
}
#endif
if (strcmp(p, request) == 0) {
#ifdef CONFIG_FEATURE_HTTPD_AUTH_MD5
set_remoteuser_var:
#endif
config->remoteuser = strdup(request);
if(config->remoteuser)
config->remoteuser[(u - request)] = 0;