mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
fix a compile error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -725,7 +725,7 @@ static const char *set_scriptlog(cmd_parms *cmd, void *dummy, const char *arg)
|
||||
|
||||
if (!conf->logname) {
|
||||
return apr_pstrcat(cmd->pool, "Invalid ScriptLog path ",
|
||||
arg1, NULL);
|
||||
arg, NULL);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user