소스 검색

Fix copy paste

bel2125 7 년 전
부모
커밋
e49ba2e4dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {