Joe Shochet 25 лет назад
Родитель
Сommit
39586e9a94
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/downloader/downloader.cxx

+ 1 - 1
panda/src/downloader/downloader.cxx

@@ -428,7 +428,7 @@ run(void) {
       _dest_stream.close();
       // The "Connection: close" line tells the server to close the 
       // connection when the download is complete
-      _connected == false;
+      _connected = false;
       return DS_success;
     } else {
       if (downloader_cat.is_debug())