Explorar o código

Fix typo for Windows

bel2125 %!s(int64=5) %!d(string=hai) anos
pai
achega
23427bafb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -5852,7 +5852,7 @@ spawn_process(struct mg_connection *conn,
 	if (interp != NULL) {
 		/* If there is a configured interpreter, check for additional arguments
 		 */
-		interp_arg = conn->domm_ctx->config[CGI_INTERPRETER_ARGS];
+		interp_arg = conn->dom_ctx->config[CGI_INTERPRETER_ARGS];
 	} else {
 		/* Otherwise, the interpreter must be stated in the first line of the
 		 * CGI script file, after a #! (shebang) mark. */