]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7621 #resolve
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 11 Jun 2015 23:40:18 +0000 (18:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 11 Jun 2015 23:41:22 +0000 (18:41 -0500)
src/mod/formats/mod_shout/mod_shout.c

index 763ca5ec1b6358f88c35c268087a4e8a4878e17e..547003cf9801f63ac78f0675929cada5d0bd6393 100644 (file)
@@ -468,7 +468,7 @@ static int sockopt_callback(void *clientp, curl_socket_t curlfd,
 
        context->curlfd = curlfd;
        
-       return CURL_SOCKOPT_OK;
+       return 0;
 }
 
 #define MY_BUF_LEN 1024 * 32