Loading lib/multi.c +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ struct Curl_one_easy { #define GOOD_MULTI_HANDLE(x) \ ((x) && (((struct Curl_multi *)(x))->type == CURL_MULTI_HANDLE)) #define GOOD_EASY_HANDLE(x) \ (((struct SessionHandle *)(x))->magic == CURLEASY_MAGIC_NUMBER) ((x) && (((struct SessionHandle *)(x))->magic == CURLEASY_MAGIC_NUMBER)) /* This is the struct known as CURLM on the outside */ struct Curl_multi { Loading Loading
lib/multi.c +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ struct Curl_one_easy { #define GOOD_MULTI_HANDLE(x) \ ((x) && (((struct Curl_multi *)(x))->type == CURL_MULTI_HANDLE)) #define GOOD_EASY_HANDLE(x) \ (((struct SessionHandle *)(x))->magic == CURLEASY_MAGIC_NUMBER) ((x) && (((struct SessionHandle *)(x))->magic == CURLEASY_MAGIC_NUMBER)) /* This is the struct known as CURLM on the outside */ struct Curl_multi { Loading