summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-08-28 07:25:18 +0000
committerTim Potter <tpot@samba.org>2000-08-28 07:25:18 +0000
commit66cc9787ef6b8d0f2c3161a09dda6e4ffa029739 (patch)
tree12782ca80faac833fb8bd7c922716ac2a43d2200 /source3
parent8b889a84a2b318d377e219345df2ecf9a160d2a2 (diff)
downloadsamba-66cc9787ef6b8d0f2c3161a09dda6e4ffa029739.tar.gz
samba-66cc9787ef6b8d0f2c3161a09dda6e4ffa029739.tar.bz2
samba-66cc9787ef6b8d0f2c3161a09dda6e4ffa029739.zip
Merge bug - still getting used to dirdiff.
(This used to be commit cb717b4a2bb55eb2ff008e59203ebfeac6c5ab9f)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/password.c1
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;