LDB:tools - change counters to be unsigned
commite10fa46f3e5b3481e3c95e52f9d666eafd50ed25
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 6 Nov 2009 17:35:17 +0000 (6 18:35 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 6 Mar 2010 10:35:17 +0000 (6 11:35 +0100)
tree53637c911edbbf5fb5c16a42cb1816c3315ec6cc
parent24049e8fc58c5216b3af8fdaf327471eaff882a1
LDB:tools - change counters to be unsigned

In most cases we do count LDB objects which are enumerated within the "unsigned"
type. Therefore no need to use "signed" counters.
source4/lib/ldb/tools/cmdline.c
source4/lib/ldb/tools/ldbadd.c
source4/lib/ldb/tools/ldbdel.c
source4/lib/ldb/tools/ldbedit.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/ldb/tools/ldbtest.c