summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@samba.org>2007-05-18 05:21:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:36 -0500
commita777eb0cfa5b135acc0bb5fd6396362b72c2315b (patch)
tree2eb3ea86e942b171411fde980256e47ae7f6a667 /source4
parentcd509a62377ca022c09e44b91a7e5d1ec9d97adf (diff)
downloadsamba-a777eb0cfa5b135acc0bb5fd6396362b72c2315b.tar.gz
samba-a777eb0cfa5b135acc0bb5fd6396362b72c2315b.tar.bz2
samba-a777eb0cfa5b135acc0bb5fd6396362b72c2315b.zip
r22986: error 2312 is returned when NetSessDel() fails because a matching session (username/clientname)
could not be found (This used to be commit e2b46d280db114656e18f023a9efa939b5c893d5)
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/util/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/doserr.h b/source4/libcli/util/doserr.h
index 6df5181654..ddcc060eb6 100644
--- a/source4/libcli/util/doserr.h
+++ b/source4/libcli/util/doserr.h
@@ -211,6 +211,7 @@
#define WERR_BUF_TOO_SMALL W_ERROR(2123)
#define WERR_JOB_NOT_FOUND W_ERROR(2151)
#define WERR_DEST_NOT_FOUND W_ERROR(2152)
+#define WERR_SESSION_NOT_FOUND W_ERROR(2312)
#define WERR_FID_NOT_FOUND W_ERROR(2314)
#define WERR_NOT_LOCAL_DOMAIN W_ERROR(2320)
#define WERR_DEVICE_NOT_AVAILABLE W_ERROR(4319)