diff options
author | Günther Deschner <gd@samba.org> | 2015-12-03 15:24:28 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-09-28 00:04:23 +0200 |
commit | c80ac76f81130cd0c27bbd5bf21fa7fc4e0fbea1 (patch) | |
tree | 1da80f732c704506d107092a2725b1defb3dad87 /libcli/util/werror.h | |
parent | 5c842da0cfadf992cf750aa3a9bd8922e08d54ff (diff) | |
download | samba-c80ac76f81130cd0c27bbd5bf21fa7fc4e0fbea1.tar.gz |
werror: removed WERR_REG_CORRUPT
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r-- | libcli/util/werror.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h index ec7930ddd98..1ee81613219 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -103,7 +103,6 @@ typedef uint32_t WERROR; #define WERR_IO_PENDING W_ERROR(0x000003E5) #define WERR_CAN_NOT_COMPLETE W_ERROR(0x000003EB) #define WERR_INVALID_FLAGS W_ERROR(0x000003EC) -#define WERR_REG_CORRUPT W_ERROR(0x000003F7) #define WERR_REG_IO_FAILURE W_ERROR(0x000003F8) #define WERR_REG_FILE_INVALID W_ERROR(0x000003F9) #define WERR_INVALID_SERVICE_CONTROL W_ERROR(0x0000041C) |