Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
2d3a54843f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      panda/src/downloader/downloader.cxx

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

@@ -487,8 +487,7 @@ attempt_read(int length, DownloadStatus &status, int &bytes_read) {
     // Make the request for length bytes
     // Make the request for length bytes
     int bytes;
     int bytes;
     int ans = safe_receive(_socket, status, length,
     int ans = safe_receive(_socket, status, length,
-//					(long)downloader_timeout, bytes); 
-					8, bytes);
+					(long)downloader_timeout, bytes); 
     bytes_read += bytes;
     bytes_read += bytes;
 
 
     switch (ans) {
     switch (ans) {