diff options
author | Tim Potter <tpot@samba.org> | 2002-05-07 06:16:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-07 06:16:44 +0000 |
commit | 236d5effaccd563fda075577eed05db02ad55889 (patch) | |
tree | f968b162ced0a67d4b21d0653e1ed536436905fe /source3/libsmb | |
parent | 3a4065acf78f2dfb38a9901378da3d4d5228f331 (diff) | |
download | samba-236d5effaccd563fda075577eed05db02ad55889.tar.gz samba-236d5effaccd563fda075577eed05db02ad55889.tar.bz2 samba-236d5effaccd563fda075577eed05db02ad55889.zip |
DOS error 1307 is returned when an invalid owner for a security descriptor
is detected.
(This used to be commit 0377448b8c3e2bd8d5bc9f49a585292dc5c5b5a1)
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) } }; |