]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed coredumps when requesting /config cache_object with ICAP enabled.
authorrousskov <>
Thu, 28 Jun 2007 21:18:16 +0000 (21:18 +0000)
committerrousskov <>
Thu, 28 Jun 2007 21:18:16 +0000 (21:18 +0000)
commita99015b2f2f7070ba497675a2346036291706591
treed6eb469b7bc42f0bd9a6100db4125ad2d423e50a
parent872c0c668d2a4a4c3849f809b91f6d5f2e5e84c5
Fixed coredumps when requesting /config cache_object with ICAP enabled.

Various dump_icap_*() functions were copying ICAPConfig instances. ICAPConfig
class does not support copying and copying is not really needed (and may be
expensive) here.
src/cache_cf.cc