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