One more signed/unsigned fix
authorAndrew Bartlett <abartlet@samba.org>
Sat, 1 Feb 2003 06:25:08 +0000 (06:25 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 1 Feb 2003 06:25:08 +0000 (06:25 +0000)
(This used to be commit 013fa874733566169ecefb25458d26065190f302)

source3/rpc_client/cli_lsarpc.c

index 84b5aa725af3e0a2950168438f7f1877f150e9bf..3c7d0855f4efaf387f769f96abe72669824f79c8 100644 (file)
@@ -1163,7 +1163,7 @@ NTSTATUS cli_lsa_enum_account_rights(struct cli_state *cli, TALLOC_CTX *mem_ctx,
        LSA_Q_ENUM_ACCT_RIGHTS q;
        LSA_R_ENUM_ACCT_RIGHTS r;
        NTSTATUS result;
-       int i;
+       unsigned int i;
 
        ZERO_STRUCT(q);
        ZERO_STRUCT(r);