]> git.ipfire.org Git - thirdparty/squid.git/commit
Polished unused code.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 27 Aug 2011 12:34:04 +0000 (06:34 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 27 Aug 2011 12:34:04 +0000 (06:34 -0600)
commite8004619989bde737c0e3392fe3d6b5725b8a002
tree4f5700860f56fccdc251db0e63605769dc4c1a69
parent94e136eb6329f2ceb41a58e414ce1b2a2b7fa9bc
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