s4:samr RPC - Change some counters to be "unsigned" where needed
commit9442a5593d6de13e14e5df3b62e9fa295f42b3bd
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 21 Nov 2009 18:26:02 +0000 (21 19:26 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 6 Mar 2010 09:44:33 +0000 (6 10:44 +0100)
tree06bbe52a7e3a82a0e2545159499eac40a593a10f
parentc61c9c3a4cda79fb82adf59bcb563d85797b9b76
s4:samr 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/samr/dcesrv_samr.c