errors: add WERR_CM_BUFFER_SMALL.
authorGünther Deschner <gd@samba.org>
Wed, 12 Nov 2008 08:06:36 +0000 (09:06 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 12 Nov 2008 09:17:46 +0000 (10:17 +0100)
Guenther

libcli/util/werror.h

index 0d99c7bb318c189007e7d5f7061eddf5dc937282..d22516ae5c4aecebe46cffff80974e5be1453be3 100644 (file)
@@ -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)