]> git.ipfire.org Git - thirdparty/squid.git/commit
Polished unused code.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 26 Aug 2011 20:48:08 +0000 (14:48 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 26 Aug 2011 20:48:08 +0000 (14:48 -0600)
commit01cd992f771b5b1f996aa8c38e9afd99e868a048
treed734a16a02e03d83d9c9308d4c114020d0ecb5f7
parentf2491587f7f59f7d5a6b2897bef1224e111bfd4b
Polished unused code.

The unused dlopen() call is actually useful to enable when lt_dlopen() reports
"file not found" errors for loadable modules that do exist but that Libtool
cannot load successfully due to undefined symbols or other errors.

This inability to correctly report a library loading error is a long-standing
Libtool bug, stemming from Libtool's desire to try and load several
differently named library files until one succeeds, losing true error
information in the process.
src/LoadableModule.cc