diff options
author | Jeremy Allison <jra@samba.org> | 2001-11-16 18:32:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-11-16 18:32:32 +0000 |
commit | e74c51dfeb8c19f01451d2085f2e510bb431fbf0 (patch) | |
tree | e59713c70d579e0eb8f44f3d7b0f25894498f34d /source3/include | |
parent | f6f04b5a44ad37e3ca82c932bb1df64c7254dda5 (diff) | |
download | samba-e74c51dfeb8c19f01451d2085f2e510bb431fbf0.tar.gz samba-e74c51dfeb8c19f01451d2085f2e510bb431fbf0.tar.bz2 samba-e74c51dfeb8c19f01451d2085f2e510bb431fbf0.zip |
I *love* removing code :-). Removed 4 files that weren't being used.
All this stuff was being pulled in due to *one* unneeded call to
fetch a domain SID which smbpasswd already puts in the database...
Jeremy.
(This used to be commit 6bf2505cce7db770fd4db5b19999a78588e96b58)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index dc5bd0414a..3dcfe02827 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -140,6 +140,7 @@ #define WERR_BADFID W_ERROR(6) #define WERR_BADFUNC W_ERROR(1) #define WERR_INSUFFICIENT_BUFFER W_ERROR(122) +#define WERR_NO_SUCH_SHARE W_ERROR(67) #define WERR_INVALID_PARAM W_ERROR(87) #define WERR_NOT_SUPPORTED W_ERROR(50) #define WERR_BAD_PASSWORD W_ERROR(86) |