Browse Source

Fix copy paste

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