From 39586e9a946faf91d14429e1a2cb4e39cae6c6ff Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Fri, 15 Dec 2000 01:32:20 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/downloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/downloader.cxx b/panda/src/downloader/downloader.cxx index 5cac4a977f..ce237fcc40 100644 --- a/panda/src/downloader/downloader.cxx +++ b/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())