]> granicus.if.org Git - apache/commitdiff
Make sure the command type defaults to APR_PROGRAM on NetWare for
authorBradley Nicholes <bnicholes@apache.org>
Tue, 11 Feb 2003 23:48:37 +0000 (23:48 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 11 Feb 2003 23:48:37 +0000 (23:48 +0000)
all CGIs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98615 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/mod_netware.c

index 4e7810d2d433d564b4bbc2aeebd549c3634cbb20..f95bda26be2343fe40fd277ff5f02dc2b5bbccf4 100644 (file)
@@ -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++);