mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Typo
This commit is contained in:
parent
5944acf8a6
commit
fd30d8b0d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue