]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2230 possible fix: segmentation fault with a "pure virtual method called"
authorrousskov <>
Tue, 19 Feb 2008 05:51:21 +0000 (05:51 +0000)
committerrousskov <>
Tue, 19 Feb 2008 05:51:21 +0000 (05:51 +0000)
commit7c70e7e5da70cad95eadbd892fe995c6e7d19f7c
treec1ffb68d4efb1da70646464a2a128cc945c4c6da
parent920ba08d44deaf3bed4da0d5558e231dd2e0fc84
Bug 2230 possible fix: segmentation fault with a "pure virtual method called"

Added forgotten member initializations. For so many years I have wished
that GCC would warn about these things :-(!

This change may not be enough to fix the bug.
src/Server.cc