From 8188dd717e11850d99f8b77eb8be324f0e7dbfa1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 11 Jun 2015 18:40:18 -0500 Subject: [PATCH] FS-7621 #resolve --- src/mod/formats/mod_shout/mod_shout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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