]> git.pld-linux.org Git - packages/dclib.git/commitdiff
- lie about the H header (always H:1)
authorradek <radek@pld-linux.org>
Mon, 20 Sep 2004 12:23:23 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dclib-lying_tags.patch -> 1.1

dclib-lying_tags.patch [new file with mode: 0644]

diff --git a/dclib-lying_tags.patch b/dclib-lying_tags.patch
new file mode 100644 (file)
index 0000000..1afb70f
--- /dev/null
@@ -0,0 +1,20 @@
+--- dclib-0.3.2/dclib/cconfig.cpp~     2004-06-03 19:05:33.000000000 +0200
++++ dclib-0.3.2/dclib/cconfig.cpp      2004-06-17 20:04:00.012849304 +0200
+@@ -1600,6 +1600,8 @@
+                               break;
+               }
++              s += ",H:1";
++/*
+               s += ",H:";
+               if ( CConnectionManager::Instance() && (CConnectionManager::Instance()->GetConnectedHubCount(TRUE) > 0) )
+@@ -1610,7 +1612,7 @@
+               {
+                       s += "1";
+               }
+-
++*/
+               s += ",S:";
+               if ( (iMaxUpload == 0) || (!CDownloadManager::Instance()) )
This page took 0.05751 seconds and 4 git commands to generate.