diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-04 18:10:28 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-04 18:11:46 +0100 |
commit | 9b3cce096ceca8b7d72456cbc6f0a725ad55d46c (patch) | |
tree | 7d113d758e27a00ec690f163ca532a044b342dda /source3/auth/auth_netlogond.c | |
parent | 8eb562a81db03bac3e4bb469eaa45e0969be924e (diff) | |
download | samba-9b3cce096ceca8b7d72456cbc6f0a725ad55d46c.tar.gz samba-9b3cce096ceca8b7d72456cbc6f0a725ad55d46c.tar.xz samba-9b3cce096ceca8b7d72456cbc6f0a725ad55d46c.zip |
Fix a valgrind error: rpc_bind talloc_move()s the auth struct
Diffstat (limited to 'source3/auth/auth_netlogond.c')
-rw-r--r-- | source3/auth/auth_netlogond.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index 9191c751f3..c39dd8c752 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -236,8 +236,6 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context goto done; } - TALLOC_FREE(auth); - plaintext_machinepw = mymachinepw(talloc_tos()); if (plaintext_machinepw == NULL) { status = NT_STATUS_NO_MEMORY; |