mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix compile break. It should be apr_pstrcat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2469,7 +2469,7 @@ static const char *set_interpreter_source(cmd_parms *cmd, core_dir_config *d,
|
||||
} else if (!strcasecmp(arg, "script")) {
|
||||
d->script_interpreter_source = INTERPRETER_SOURCE_SHEBANG;
|
||||
} else {
|
||||
return ap_pstrcat(cmd->temp_pool, "ScriptInterpreterSource \"", arg,
|
||||
return apr_pstrcat(cmd->temp_pool, "ScriptInterpreterSource \"", arg,
|
||||
"\" must be \"registry\", \"registry-strict\" or "
|
||||
"\"script\"", NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user