summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-05-07 06:16:44 +0000
committerTim Potter <tpot@samba.org>2002-05-07 06:16:44 +0000
commit236d5effaccd563fda075577eed05db02ad55889 (patch)
treef968b162ced0a67d4b21d0653e1ed536436905fe /source3/include/doserr.h
parent3a4065acf78f2dfb38a9901378da3d4d5228f331 (diff)
downloadsamba-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/include/doserr.h')
-rw-r--r--source3/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index 9750dd7489..45898f6375 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -164,6 +164,7 @@
#define WERR_OBJECT_PATH_INVALID W_ERROR(161)
#define WERR_NO_MORE_ITEMS W_ERROR(259)
#define WERR_MORE_DATA W_ERROR(234)
+#define WERR_INVALID_OWNER W_ERROR(1307)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
#define WERR_UNKNOWN_PRINTER_DRIVER W_ERROR(1797)
#define WERR_INVALID_PRINTER_NAME W_ERROR(1801)