summaryrefslogtreecommitdiff
path: root/libcli/util
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-08-24 12:50:33 +0200
committerMichael Adam <obnox@samba.org>2011-08-26 01:23:52 +0200
commita3538b92d3ecc9d819d170d2e64cdbb0f4fff941 (patch)
tree6dc2288072ebe160cbabc45952977eee1b32312d /libcli/util
parent9d3fa10c352ae29091ffa0ef33f43a8c24a7161f (diff)
downloadsamba-a3538b92d3ecc9d819d170d2e64cdbb0f4fff941.tar.gz
samba-a3538b92d3ecc9d819d170d2e64cdbb0f4fff941.tar.bz2
samba-a3538b92d3ecc9d819d170d2e64cdbb0f4fff941.zip
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index efcc19cbbb..d59f4d6502 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)