diff options
author | Günther Deschner <gd@samba.org> | 2009-04-09 23:44:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-10 01:06:55 +0200 |
commit | 43eb50655e71e5f407ffbd7069cc2d45a3b478b6 (patch) | |
tree | ec360e34d0ddbb875d18c91805558a63c3360f71 | |
parent | e4b4a07357920756f5bf0ca991ec8f4b38dc7968 (diff) | |
download | samba-43eb50655e71e5f407ffbd7069cc2d45a3b478b6.tar.gz samba-43eb50655e71e5f407ffbd7069cc2d45a3b478b6.tar.bz2 samba-43eb50655e71e5f407ffbd7069cc2d45a3b478b6.zip |
error-codes: add WERR_CM_INVALID_POINTER.
Guenther
-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 ede4996064..2e6b696d3f 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -198,6 +198,7 @@ typedef uint32_t WERROR; /* Configuration Manager Errors */ /* Basically Win32 errors meanings are specific to the \ntsvcs pipe */ +#define WERR_CM_INVALID_POINTER W_ERROR(3) #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) |