Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 48d324244ed6865e6507cf608827068d > files > 2

icecast-2.3.1-5mdv2008.0.src.rpm

--- icecast-2.3.1/src/auth_url.c.curl	2005-11-30 13:16:17.000000000 -0500
+++ icecast-2.3.1/src/auth_url.c	2006-11-06 07:21:06.000000000 -0500
@@ -518,7 +518,6 @@
     curl_easy_setopt (url_info->handle, CURLOPT_WRITEDATA, url_info->handle);
     curl_easy_setopt (url_info->handle, CURLOPT_NOSIGNAL, 1L);
     curl_easy_setopt (url_info->handle, CURLOPT_TIMEOUT, 15L);
-    curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);
     curl_easy_setopt (url_info->handle, CURLOPT_ERRORBUFFER, &url_info->errormsg[0]);
 
     if (url_info->username && url_info->password)