]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix cache_dir type check during reconfiguration.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Thu, 22 Sep 2011 21:47:32 +0000 (15:47 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 22 Sep 2011 21:47:32 +0000 (15:47 -0600)
commitca6483ebe369d4cee7bc695262af8ca4d72c216d
treee05a1561bfdd439a11de7d97bc2ed60c84711300
parentc605997067e4fa37d9d6a3a5d78890176829f5f8
Fix cache_dir type check during reconfiguration.

SwapDir::type() returns C strings which should be compared with
strcmp(3) instead of checking pointers for equality.
src/cache_cf.cc