diff options
author | Günther Deschner <gd@samba.org> | 2008-11-12 09:06:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-12 10:17:46 +0100 |
commit | aa6af1fe26c9d54e512549fc631fe3087920a677 (patch) | |
tree | 1032942fab2b450d62f31c6ccbb65cb7ae2543b3 /libcli/util | |
parent | e6f8fd994567f85efd88b56e438816ee337f4f6e (diff) | |
download | samba-aa6af1fe26c9d54e512549fc631fe3087920a677.tar.gz samba-aa6af1fe26c9d54e512549fc631fe3087920a677.tar.bz2 samba-aa6af1fe26c9d54e512549fc631fe3087920a677.zip |
errors: add WERR_CM_BUFFER_SMALL.
Guenther
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/werror.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h index 0d99c7bb31..d22516ae5c 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) |