summaryrefslogtreecommitdiffstats
path: root/modules/arch/netware/mod_netware.c
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2003-02-12 00:48:37 +0100
committerBradley Nicholes <bnicholes@apache.org>2003-02-12 00:48:37 +0100
commitbda839761475b76a8cd1395c9230c6d3655534f7 (patch)
treeeeb87098448d3ceeaf658458485b1ea56db20f7b /modules/arch/netware/mod_netware.c
parentStart all CGIs as detached and allow the APR_PROGRAM_* flags to determine (diff)
downloadapache2-bda839761475b76a8cd1395c9230c6d3655534f7.tar.xz
apache2-bda839761475b76a8cd1395c9230c6d3655534f7.zip
Make sure the command type defaults to APR_PROGRAM on NetWare for
all CGIs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/arch/netware/mod_netware.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/arch/netware/mod_netware.c b/modules/arch/netware/mod_netware.c
index 4e7810d2d4..f95bda26be 100644
--- a/modules/arch/netware/mod_netware.c
+++ b/modules/arch/netware/mod_netware.c
@@ -163,6 +163,7 @@ static apr_status_t ap_cgi_build_command(const char **cmd, const char ***argv,
}
cmd_only = apr_pstrdup(p, *cmd);
+ e_info->cmd_type = APR_PROGRAM;
/* truncate any arguments from the cmd */
for (ptr = cmd_only; *ptr && (*ptr != ' '); ptr++);