s4:unixinfo RPC - make this one "signed-safe"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sat, 21 Nov 2009 18:03:59 +0000 (19:03 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 1 Mar 2010 17:45:20 +0000 (18:45 +0100)
source4/rpc_server/unixinfo/dcesrv_unixinfo.c

index 0a1e9f645d475602c483055fde8034321c48fead..2ef34ce93a7f00656971d7ae833e890e5640dc59 100644 (file)
@@ -195,7 +195,7 @@ static NTSTATUS dcesrv_unixinfo_GetPWUid(struct dcesrv_call_state *dce_call,
                                  TALLOC_CTX *mem_ctx,
                                  struct unixinfo_GetPWUid *r)
 {
-       int i;
+       unsigned int i;
 
        *r->out.count = 0;