summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-11-12 19:27:50 -0800
committerJeremy Allison <jra@samba.org>2008-11-12 19:27:50 -0800
commit1a89b9f5f3d0e99363b333a1068c1043b65cfb99 (patch)
treec99d9faf3f590bb31d801033c7f6cd1d8a1495ad /source3
parent6f0be6c5d580ea751b28a0166b4454a0ef333dc2 (diff)
parent9efed3b93632fcb934fa548194536802dcc3c287 (diff)
downloadsamba-1a89b9f5f3d0e99363b333a1068c1043b65cfb99.tar.gz
samba-1a89b9f5f3d0e99363b333a1068c1043b65cfb99.tar.bz2
samba-1a89b9f5f3d0e99363b333a1068c1043b65cfb99.zip
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_passdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_passdb.c b/source3/winbindd/winbindd_passdb.c
index 5677c01be1..0cf4540cfe 100644
--- a/source3/winbindd/winbindd_passdb.c
+++ b/source3/winbindd/winbindd_passdb.c
@@ -267,6 +267,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
}
if ( !pdb_getsampwsid( user, user_sid ) ) {
+ TALLOC_FREE( user );
return NT_STATUS_NO_SUCH_USER;
}