fixed the use of talloc_steal in ntlmssp_server
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 2009 04:01:24 +0000 (14:01 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 2009 05:15:36 +0000 (15:15 +1000)
commitb2c3c08b461042de683b0e49dcaa5f9386c72f9e
tree5bf3b3616e1dc09008efc7d277a07cc994d53466
parent9faa0745e9598a9096a7c69c30c273b47393e819
fixed the use of talloc_steal in ntlmssp_server

The previous use of talloc_steal could cause a steal of a pointer that
had references. This ensures that doesn't happen
source4/auth/ntlmssp/ntlmssp_server.c