blob: a307ee71da4d26d901761d0ea7cd07422147ce79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- main/httpd.cc.orig Thu Mar 28 10:34:34 2002
+++ main/httpd.cc Sun Jun 16 08:37:50 2002
@@ -179,7 +179,7 @@
};
};
-int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s=NULL) {
+int tHttpDownload::init(tAddr *hostinfo,tCfg *cfg,tSocket *s) {
Persistent=0;
HTTP=new tHttpClient(cfg);
RetrNum=0;
|