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 429 by douglas, 2005-03-24T17:38:00-08:00 vs.
Revision 430 by douglas, 2005-03-25T19:01:08-08:00

# Line 107 | Line 107 | extern "C"
107   {
108          void authenticate(const char* host, const char* name, char* work, int workSize, char* owner, int ownerSize, char* password, int passwordSize)
109          {
110 <                const Share& share(*Spectre2::shares.Find(Share(host, name)));
110 >                const Share& share(*Daemon::shares.Find(Share(host, name)));
111  
112                  if (!share.getOwner().IsEmpty())
113                          ::snprintf(owner, ownerSize, "%s", share.getOwner().NullTerminate());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines