Ticket #12614: patch-auth_url.c.diff

File patch-auth_url.c.diff, 642 bytes (added by cssdev, 16 years ago)

comment out the offending line in auth_url.c

  • src/auth_url.c

    old new  
    518518    curl_easy_setopt (url_info->handle, CURLOPT_WRITEDATA, url_info->handle);
    519519    curl_easy_setopt (url_info->handle, CURLOPT_NOSIGNAL, 1L);
    520520    curl_easy_setopt (url_info->handle, CURLOPT_TIMEOUT, 15L);
    521     curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);
     521    /*curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);*/
    522522    curl_easy_setopt (url_info->handle, CURLOPT_ERRORBUFFER, &url_info->errormsg[0]);
    523523
    524524    if (url_info->username && url_info->password)