fixed return code
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:40:37 +0000 (12:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:40:37 +0000 (12:40 +0000)
lib/multi.c

index 47bf1c0..e8e079c 100644 (file)
@@ -438,7 +438,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue)
     return msg;
   }
   else
-    return CURLM_BAD_HANDLE;
+    return NULL;
 }
 
 /*