r7269: talloc_steal() is preferred where possible, as it can't fail and does
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jun 2005 11:10:57 +0000 (11:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:34 +0000 (13:17 -0500)
commit8cd92242b9f247630e17d396014f6f671f577f4c
treeaccc1acc8c1b6f9ea61bcfa737bf3deec2db5b99
parent791db4bf72f282840a7bfefa2a3ccf9b3191a6e6
r7269: talloc_steal() is preferred where possible, as it can't fail and does
not have some of the issues of talloc_reference().

Andrew Bartlett
(This used to be commit 2fb413355a7cd7b5cee02237d2fbff91381435e5)
source4/auth/auth_sam.c