This commit is contained in:
Daniel Molkentin 2013-02-03 13:39:27 +01:00
parent 5944acf8a6
commit fd30d8b0d1

View file

@ -96,8 +96,8 @@ Application::Application(int &argc, char **argv) :
// so gnutls, which is an dependency of libneon on some linux
// distros, and does not cleanup it's FDs properly, does
// not get unloaded. This works around a FD exhaustion crash
// (#154). We are not using gnutls at directlu all and it's
// fine if loading fails, so no error handling is performed here.
// (#154). We are not using gnutls at all and it's fine
// if loading fails, so no error handling is performed here.
dlopen("libgnutls.so", RTLD_LAZY|RTLD_NODELETE);
#endif