Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 2014-02-06 | 1 | -0/+24 |
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately. |