dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities
authorAndrew Bartlett <abartlet@samba.org>
Fri, 28 Feb 2014 09:59:06 +0000 (22:59 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 14 Mar 2014 09:16:41 +0000 (10:16 +0100)
commit61b978872fe86906611f64430b2608f5e7ea7ad8
treee6eecb9cb1db547147acfd9117dcf3d7a2cb8fd9
parent83fbdc81cdfe6c018bb97d2d482ca09389b2c7af
dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities

enum is an int, and therefore signed.  Some attributes have the high bit set.

Andrew Bartlett

Change-Id: I39a5499b7c6bbb763e15977d802cda8c69b94618
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-on: https://gerrit.samba.org/163
Reviewed-by: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Mar 14 10:16:41 CET 2014 on sn-devel-104
source4/dsdb/samdb/ldb_modules/repl_meta_data.c