Pārlūkot izejas kodu

Fix typo for Windows

bel2125 5 gadi atpakaļ
vecāks
revīzija
23427bafb2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 (interp != NULL) {
 		/* If there is a configured interpreter, check for additional arguments
 		/* 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 {
 	} else {
 		/* Otherwise, the interpreter must be stated in the first line of the
 		/* Otherwise, the interpreter must be stated in the first line of the
 		 * CGI script file, after a #! (shebang) mark. */
 		 * CGI script file, after a #! (shebang) mark. */