]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE3-peer_digest_not_found_assertion.patch
- updated to 2.5.STABLE13
[packages/squid.git] / squid-2.5.STABLE3-peer_digest_not_found_assertion.patch
CommitLineData
03901f8c 1Index: squid/src/peer_digest.c
2diff -c squid/src/peer_digest.c:1.83 squid/src/peer_digest.c:1.83.2.1
3*** squid/src/peer_digest.c:1.83 Wed Oct 24 00:55:44 2001
4--- squid/src/peer_digest.c Wed Jul 16 14:22:39 2003
5***************
6*** 688,694 ****
7
8 if (fetch->old_entry) {
9 debug(72, 2) ("peerDigestFetchFinish: deleting old entry\n");
10! storeUnregister(fetch->sc, fetch->old_entry, fetch);
11 storeReleaseRequest(fetch->old_entry);
12 storeUnlockObject(fetch->old_entry);
13 fetch->old_entry = NULL;
14--- 688,694 ----
15
16 if (fetch->old_entry) {
17 debug(72, 2) ("peerDigestFetchFinish: deleting old entry\n");
18! storeUnregister(fetch->old_sc, fetch->old_entry, fetch);
19 storeReleaseRequest(fetch->old_entry);
20 storeUnlockObject(fetch->old_entry);
21 fetch->old_entry = NULL;
This page took 0.135659 seconds and 4 git commands to generate.