summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-12-18 13:38:14 +0100
committerGünther Deschner <gd@samba.org>2007-12-19 11:15:29 +0100
commit713e1536fe4914e6df11cf10316d0b1c7c3685a3 (patch)
treef55f52d97063f381b4a70091e9cae8b6193642b9 /source3/include
parentd0cd32e2c8630faead556f0efa9e348ae67f3b4d (diff)
downloadsamba-713e1536fe4914e6df11cf10316d0b1c7c3685a3.tar.gz
samba-713e1536fe4914e6df11cf10316d0b1c7c3685a3.tar.bz2
samba-713e1536fe4914e6df11cf10316d0b1c7c3685a3.zip
Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.
Guenther (This used to be commit 7b528647879bb55c9c85243a3e2906c09490edc9)
Diffstat (limited to 'source3/include')
-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 a22eda2ab7..079a5664dd 100644
--- a/source3/include/doserr.h
+++ b/source3/include/doserr.h
@@ -204,6 +204,7 @@
#define WERR_SERVICE_NEVER_STARTED W_ERROR(1077)
#define WERR_MACHINE_LOCKED W_ERROR(1271)
#define WERR_NO_LOGON_SERVERS W_ERROR(1311)
+#define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312)
#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)