Преглед изворни кода

methods/https.cc: do not unlink partial files (thanks to robbiew)

Michael Vogt пре 17 година
родитељ
комит
cb3cc4806c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      methods/https.cc

+ 0 - 1
methods/https.cc

@@ -248,7 +248,6 @@ bool HttpsMethod::Fetch(FetchItem *Itm)
    // cleanup
    if(success != 0) 
    {
-      unlink(File->Name().c_str());
       _error->Error("%s", curl_errorstr);
       Fail();
       return true;