r22986: error 2312 is returned when NetSessDel() fails because a matching session...
authorRonnie Sahlberg <sahlberg@samba.org>
Fri, 18 May 2007 05:21:25 +0000 (05:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:36 +0000 (14:52 -0500)
could not be found
(This used to be commit e2b46d280db114656e18f023a9efa939b5c893d5)

source4/libcli/util/doserr.h

index 6df518165485b14006b8095af98995e2ed44762f..ddcc060eb620e9482df6bb036d400751ae071696 100644 (file)
 #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)