diff options
author | Tim Potter <tpot@samba.org> | 2002-05-07 06:18:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-07 06:18:50 +0000 |
commit | e8682b6c8e0bf0ed6e2cdec3c2e83e8771f88755 (patch) | |
tree | 5080c8258ad866c51ec43cbcb586880a50374623 /source3/libsmb | |
parent | 9935aaec4766c0a57311301f234e19e79c27c0c1 (diff) | |
download | samba-e8682b6c8e0bf0ed6e2cdec3c2e83e8771f88755.tar.gz samba-e8682b6c8e0bf0ed6e2cdec3c2e83e8771f88755.tar.bz2 samba-e8682b6c8e0bf0ed6e2cdec3c2e83e8771f88755.zip |
Merge from HEAD:
>DOS error 1307 is returned when an invalid owner for a security descriptor
>is detected.
(This used to be commit 8b5cb1c2dda39ab4eaa5f61272cebcba072c332b)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/doserr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/doserr.c b/source3/libsmb/doserr.c index 116a54e76f..02db625685 100644 --- a/source3/libsmb/doserr.c +++ b/source3/libsmb/doserr.c @@ -66,6 +66,7 @@ werror_code_struct dos_errs[] = { "WERR_DFS_INTERNAL_ERROR", WERR_DFS_INTERNAL_ERROR }, { "WERR_DFS_CANT_CREATE_JUNCT", WERR_DFS_CANT_CREATE_JUNCT }, { "WERR_INVALID_SECURITY_DESCRIPTOR", WERR_INVALID_SECURITY_DESCRIPTOR }, + { "WERR_INVALID_OWNER", WERR_INVALID_OWNER }, { NULL, W_ERROR(0) } }; |