From 16f745c82d39ed3ed3405dceebe7b2fe79d84870 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 18 May 2007 05:21:25 +0000 Subject: [PATCH] r22986: error 2312 is returned when NetSessDel() fails because a matching session (username/clientname) could not be found --- source/libcli/util/doserr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libcli/util/doserr.h b/source/libcli/util/doserr.h index 6df51816548..ddcc060eb62 100644 --- a/source/libcli/util/doserr.h +++ b/source/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) -- 2.47.3