From: Anthony Minessale Date: Thu, 11 Jun 2015 23:40:18 +0000 (-0500) Subject: FS-7621 #resolve X-Git-Tag: v1.4.20~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f423b2d6d2b416e4564fda5f52f2ef49711cdc77;p=thirdparty%2Ffreeswitch.git FS-7621 #resolve --- diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index 763ca5ec1b..547003cf98 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -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