Changeset 748
- Timestamp:
- 01/19/07 00:25:39 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/download-curl/download-curl.cpp
r747 r748 233 233 #if LIBCURL_VERSION_NUM < 0x071000 234 234 curl_easy_setopt(pCurlHandle, CURLOPT_SOURCE_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str()); 235 +#endif235 #endif 236 236 curl_easy_setopt(pCurlHandle, CURLOPT_USERPWD,(char *)down->getDownloadUrl()->getAuth().c_str()); 237 237 curl_easy_setopt(pCurlHandle, CURLOPT_URL , url);
