]> git.pld-linux.org Git - packages/squid.git/commitdiff
f071e6e3ba5a56ce5d0350d7528b597c squid-2.5.STABLE3-peer_digest_not_found_assertion...
authorankry <ankry@pld-linux.org>
Mon, 21 Jul 2003 14:59:03 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squid-2.5.STABLE3-peer_digest_not_found_assertion.patch -> 1.1

squid-2.5.STABLE3-peer_digest_not_found_assertion.patch [new file with mode: 0644]

diff --git a/squid-2.5.STABLE3-peer_digest_not_found_assertion.patch b/squid-2.5.STABLE3-peer_digest_not_found_assertion.patch
new file mode 100644 (file)
index 0000000..603a481
--- /dev/null
@@ -0,0 +1,21 @@
+Index: squid/src/peer_digest.c
+diff -c squid/src/peer_digest.c:1.83 squid/src/peer_digest.c:1.83.2.1
+*** squid/src/peer_digest.c:1.83       Wed Oct 24 00:55:44 2001
+--- squid/src/peer_digest.c    Wed Jul 16 14:22:39 2003
+***************
+*** 688,694 ****
+  
+      if (fetch->old_entry) {
+       debug(72, 2) ("peerDigestFetchFinish: deleting old entry\n");
+!      storeUnregister(fetch->sc, fetch->old_entry, fetch);
+       storeReleaseRequest(fetch->old_entry);
+       storeUnlockObject(fetch->old_entry);
+       fetch->old_entry = NULL;
+--- 688,694 ----
+  
+      if (fetch->old_entry) {
+       debug(72, 2) ("peerDigestFetchFinish: deleting old entry\n");
+!      storeUnregister(fetch->old_sc, fetch->old_entry, fetch);
+       storeReleaseRequest(fetch->old_entry);
+       storeUnlockObject(fetch->old_entry);
+       fetch->old_entry = NULL;
This page took 0.027648 seconds and 4 git commands to generate.