# | Line 77 | Line 77 | bool Share::mountable() const | |
---|---|---|
77 | { | |
78 | struct stat share; | |
79 | ||
80 | < | // XXX: _unsynchronized |
81 | < | // _synchronized (Daemon::smbcLock) |
82 | < | CheckError(::smbc_stat(getUri().NullTerminate(), &share)); |
80 | > | CheckError(::smbc_stat(getUri().NullTerminate(), &share)); |
81 | ||
82 | return true; | |
83 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |