1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

talloc_tos() aborts if it can not get a stackframe

This commit is contained in:
Volker Lendecke 2009-06-20 10:54:51 +02:00
parent 661f0ba73b
commit eb8c081771

View File

@ -655,9 +655,6 @@ NTSTATUS local_password_change(const char *user_name,
*pp_msg_str = NULL;
tosctx = talloc_tos();
if (!tosctx) {
return NT_STATUS_NO_MEMORY;
}
sam_pass = samu_new(tosctx);
if (!sam_pass) {