summaryrefslogtreecommitdiff
path: root/source4/rpc_server
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-21 19:03:59 +0100
committerStefan Metzmacher <metze@samba.org>2010-03-01 18:45:20 +0100
commitb963741aae82b721655e36e8c62b678acff2e210 (patch)
treec33037ef3a8da271805dc3b61209441c4e7fcccb /source4/rpc_server
parent932a986a4f3122555654d36d838996a90b1e69a7 (diff)
downloadsamba-b963741aae82b721655e36e8c62b678acff2e210.tar.gz
samba-b963741aae82b721655e36e8c62b678acff2e210.tar.bz2
samba-b963741aae82b721655e36e8c62b678acff2e210.zip
s4:unixinfo RPC - make this one "signed-safe"
Diffstat (limited to 'source4/rpc_server')
-rw-r--r--source4/rpc_server/unixinfo/dcesrv_unixinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
index 0a1e9f645d..2ef34ce93a 100644
--- a/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
+++ b/source4/rpc_server/unixinfo/dcesrv_unixinfo.c
@@ -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;