From: Günther Deschner Date: Wed, 12 Nov 2008 08:06:36 +0000 (+0100) Subject: errors: add WERR_CM_BUFFER_SMALL. X-Git-Tag: samba-4.0.0alpha6~480^2~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa6af1fe26c9d54e512549fc631fe3087920a677;p=thirdparty%2Fsamba.git errors: add WERR_CM_BUFFER_SMALL. Guenther --- diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 0d99c7bb318..d22516ae5c4 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -181,6 +181,7 @@ typedef uint32_t WERROR; /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ +#define WERR_CM_BUFFER_SMALL W_ERROR(26) #define WERR_CM_NO_MORE_HW_PROFILES W_ERROR(35) #define WERR_CM_NO_SUCH_VALUE W_ERROR(37)