aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/smbclient/Mutex.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+24
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.