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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 15 Jul 2014 10:46:14 +0000 (12:46 +0200)
commitddf9b85f8c0c53e920a873cec4cb787ce6ea9198
tree1341972dcf307da496bc30f72925f2163501e858
parent5ce7f304c7784707fce8a68d4d4d7b18aed5dd66
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

(cherry picked from commit 61b978872fe86906611f64430b2608f5e7ea7ad8)
source4/dsdb/samdb/ldb_modules/repl_meta_data.c