libcli/auth: fix "no talloc stackframe around" message from the samba4.blackbox.kinit...
authorMichael Adam <obnox@samba.org>
Tue, 10 May 2011 19:59:38 +0000 (21:59 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 10 May 2011 19:59:38 +0000 (21:59 +0200)
commit75f289d30eea3005a7256ef9f5cab0e1e11b570b
tree3b21ebf6fbd11ab38e44e61d570f8c4f7fae828a
parent0791da4fdd75bca6cb4fae670fac4fc5527ab079
libcli/auth: fix "no talloc stackframe around" message from the samba4.blackbox.kinit test

create_kerberos_key_from_string_direct() used talloc_tos() directly.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
libcli/auth/krb5_wrap.c