ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Share.cpp
(Generate patch)

Comparing Spectre2/Share.cpp (file contents):
Revision 439 by douglas, 2005-04-07T15:56:53-07:00 vs.
Revision 441 by douglas, 2005-04-12T15:42:24-07:00

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines