diff options
-rw-r--r-- | source3/smbd/password.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |