mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Revert "pam_winbind: fix segfault in pam_sm_authenticate()"
This reverts commit ec0f51b200d6e5b99bbd872e169621c17f33524c. A more generic fix is now in use. Pair-programmed-with: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Jan 15 01:37:38 CET 2014 on sn-devel-104
This commit is contained in:
parent
3a814e329b
commit
2c2f175b0d
@ -2751,10 +2751,9 @@ out:
|
||||
_pam_free_data_info3(pamh);
|
||||
}
|
||||
|
||||
if (ctx != NULL) {
|
||||
_PAM_LOG_FUNCTION_LEAVE("pam_sm_authenticate", ctx, retval);
|
||||
TALLOC_FREE(ctx);
|
||||
}
|
||||
_PAM_LOG_FUNCTION_LEAVE("pam_sm_authenticate", ctx, retval);
|
||||
|
||||
TALLOC_FREE(ctx);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user