Explorar o código

Fix copy paste

bel2125 %!s(int64=7) %!d(string=hai) anos
pai
achega
e49ba2e4dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {