10 lines
596 B
Diff
10 lines
596 B
Diff
|
--- 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)
|