s4:lsa RPC - Change some counters to be "unsigned" where needed
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 21 Nov 2009 18:26:02 +0000 (19:26 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 6 Mar 2010 10:04:35 +0000 (11:04 +0100)
commita6cf89228f2daf5a95284ec57b9c38326e5574dc
treed0ac9ccf429f219b843ca81d267844ec958cbacb
parent9442a5593d6de13e14e5df3b62e9fa295f42b3bd
s4:lsa RPC - Change some counters to be "unsigned" where needed

The "count" size specifiers I typed "uint32_t" since they're often returned as
an "uint32_t" (consider the IDL file). LDB counters need to be "signed" if they
count till a limit of a "gendb*" call or "unsigned" if they count directly the
number of objects.
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/lsa/lsa_lookup.c