Browse Source

Fix typo for Windows

bel2125 5 năm trước cách đây
mục cha
commit
23427bafb2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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. */