bel2125 7 lat temu
rodzic
commit
e49ba2e4dc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -15281,7 +15281,7 @@ mg_get_response(struct mg_connection *conn,
 	}
 
 	/* Implementation of API function for HTTP clients */
-	*octx = conn->ctx;
+	octx = conn->ctx;
 	rctx = *(conn->ctx);
 
 	if (timeout >= 0) {