diff options
author | Michael Adam <obnox@samba.org> | 2011-08-24 12:50:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-08-26 01:23:52 +0200 |
commit | a3538b92d3ecc9d819d170d2e64cdbb0f4fff941 (patch) | |
tree | 6dc2288072ebe160cbabc45952977eee1b32312d /libcli/util | |
parent | 9d3fa10c352ae29091ffa0ef33f43a8c24a7161f (diff) | |
download | samba-a3538b92d3ecc9d819d170d2e64cdbb0f4fff941.tar.gz |
werror: remove duplicate definition of WERR_INVALID_OWNER
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Aug 26 01:23:52 CEST 2011 on sn-devel-104
Diffstat (limited to 'libcli/util')
-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 efcc19cbbb1..d59f4d6502e 100644 --- a/libcli/util/werror.h +++ b/libcli/util/werror.h @@ -131,7 +131,6 @@ typedef uint32_t WERROR; #define WERR_NOT_AUTHENTICATED W_ERROR(0x000004DC) #define WERR_MACHINE_LOCKED W_ERROR(0x000004F7) #define WERR_UNKNOWN_REVISION W_ERROR(0x00000519) -#define WERR_INVALID_OWNER W_ERROR(0x0000051B) #define WERR_REVISION_MISMATCH W_ERROR(0x0000051A) #define WERR_INVALID_OWNER W_ERROR(0x0000051B) #define WERR_INVALID_PRIMARY_GROUP W_ERROR(0x0000051C) |