From 66cc9787ef6b8d0f2c3161a09dda6e4ffa029739 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 28 Aug 2000 07:25:18 +0000 Subject: Merge bug - still getting used to dirdiff. (This used to be commit cb717b4a2bb55eb2ff008e59203ebfeac6c5ab9f) --- source3/smbd/password.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/password.c b/source3/smbd/password.c index 3545f41dff..baa2823732 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -189,7 +189,6 @@ NT_USER_TOKEN *create_nt_token(uid_t uid, gid_t gid, int ngroups, gid_t *groups) NT_USER_TOKEN *token; DOM_SID *psids; int i, psid_ndx = 0; - int i; if ((token = (NT_USER_TOKEN *)malloc( sizeof(NT_USER_TOKEN) ) ) == NULL) return NULL; -- cgit