summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_group.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-10 20:23:43 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-10 20:23:43 +0100
commitec6843402cdaecf8fa96f7b9c037f175dd128639 (patch)
tree6c498d8217730e95d68ca1dd11db085b708d7f38 /source4/libnet/libnet_group.c
parentaf72a63cff2e8a000232d4ea65b66fb87eda9f01 (diff)
downloadsamba-ec6843402cdaecf8fa96f7b9c037f175dd128639.tar.gz
samba-ec6843402cdaecf8fa96f7b9c037f175dd128639.tar.bz2
samba-ec6843402cdaecf8fa96f7b9c037f175dd128639.zip
s4:libnet - change variables to "unsigned" where needed
Diffstat (limited to 'source4/libnet/libnet_group.c')
-rw-r--r--source4/libnet/libnet_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_group.c b/source4/libnet/libnet_group.c
index 9e2c696ff8..fd37b46a8a 100644
--- a/source4/libnet/libnet_group.c
+++ b/source4/libnet/libnet_group.c
@@ -624,7 +624,7 @@ static void continue_groups_enumerated(struct rpc_request *req)
{
struct composite_context *c;
struct grouplist_state *s;
- int i;
+ uint32_t i;
c = talloc_get_type(req->async.private_data, struct composite_context);
s = talloc_get_type(c->private_data, struct grouplist_state);