# | 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()); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |