diff options
author | Matthieu Patou <mat@matws.net> | 2013-09-22 18:29:56 -0700 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-09-24 00:12:10 +0200 |
commit | aa5b3697346710138852b32d6fa479a75b371049 (patch) | |
tree | f79b1ca1dcdc3129d1fb8b63e1dc6935081400f5 /librpc | |
parent | fc11bab20b8ba9548808d60c108fb81096aaffe3 (diff) | |
download | samba-aa5b3697346710138852b32d6fa479a75b371049.tar.gz samba-aa5b3697346710138852b32d6fa479a75b371049.tar.bz2 samba-aa5b3697346710138852b32d6fa479a75b371049.zip |
idl: remove duplicate flag
Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/frsrpc.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index fcc3119503..d11410a93a 100644 --- a/librpc/idl/frsrpc.idl +++ b/librpc/idl/frsrpc.idl @@ -43,7 +43,6 @@ interface frsrpc FRSRPC_CO_FLAG_MORPH_GEN_HEAD = 0x00400000, FRSRPC_CO_FLAG_JUST_OID_RESET = 0x00800000, FRSRPC_CO_FLAG_COMPRESSED_STAGE = 0x01000000, - FRSRPC_CO_FLAG_COMPRESSED_STAGE = 0x01000000, FRSRPC_CO_FLAG_SKIP_VV_UPDATE = 0x02000000 } frsrpc_CommPktCoCmdFlags; |