View | Details | Raw Unified | Return to bug 39359
Collapse All | Expand All

(-)downloader/files/patch-dqueue.cc (+11 lines)
Line 0 Link Here
1
--- main/dqueue.cc.orig	Tue May 28 02:55:12 2002
2
+++ main/dqueue.cc	Sun Jun 16 08:38:39 2002
3
@@ -127,7 +127,7 @@
4
 	};
5
 };
6
 
7
-void d4xDownloadQueue::add(tDownload *what,int where=DL_WAIT){
8
+void d4xDownloadQueue::add(tDownload *what,int where){
9
 	if (where==DL_WAIT || where==DL_RUN)
10
 		RUN_OR_WAIT_DOWNLOADS+=1;
11
 	queues[where]->insert(what);
(-)downloader/files/patch-hproxy.cc (+11 lines)
Line 0 Link Here
1
--- main/hproxy.cci.orig	Thu Apr  4 03:51:31 2002
2
+++ main/hproxy.cc	Sun Jun 16 08:35:12 2002
3
@@ -95,7 +95,7 @@
4
 tProxyDownload::tProxyDownload(tWriterLoger *log):tHttpDownload(log){
5
 };
6
 
7
-int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) {
8
+int tProxyDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) {
9
 	DBC_RETVAL_IF_FAIL(hostinfo!=NULL,-1);
10
 	DBC_RETVAL_IF_FAIL(cfg!=NULL,-1);
11
 	HTTP=new tHProxyClient(cfg);
(-)downloader/files/patch-httpd.cc (+11 lines)
Line 0 Link Here
1
--- main/httpd.cc.orig	Thu Mar 28 10:34:34 2002
2
+++ main/httpd.cc	Sun Jun 16 08:37:50 2002
3
@@ -179,7 +179,7 @@
4
 	};
5
 };
6
 
7
-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) {
8
+int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) {
9
 	Persistent=0;
10
 	HTTP=new tHttpClient(cfg);
11
 	RetrNum=0;

Return to bug 39359