Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > c8c00d5cfb92ceb9adb3e46e2b37f8d4 > files > 2

icecast-2.3.1-3mdv2007.1.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)