svn commit: samba r22986 - in branches/SAMBA_4_0/source/libcli/util: .

sahlberg at samba.org sahlberg at samba.org
Fri May 18 05:21:27 GMT 2007


Author: sahlberg
Date: 2007-05-18 05:21:25 +0000 (Fri, 18 May 2007)
New Revision: 22986

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22986

Log:
error 2312 is returned when NetSessDel() fails because a matching session (username/clientname) 
could not be found


Modified:
   branches/SAMBA_4_0/source/libcli/util/doserr.h


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/doserr.h
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/doserr.h	2007-05-18 01:23:35 UTC (rev 22985)
+++ branches/SAMBA_4_0/source/libcli/util/doserr.h	2007-05-18 05:21:25 UTC (rev 22986)
@@ -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)



More information about the samba-cvs mailing list