s4:kdc: Use talloc_steal() rather than talloc_reference()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 22 May 2023 22:05:10 +0000 (10:05 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 24 May 2023 00:50:31 +0000 (00:50 +0000)
commit65923be91e41c35550c521975f2ae4bc835983fc
tree41e02344a8936d0e04d10d49e79ac13e78068a9b
parente843e5907608c2851d82988d24ba2f294da35e8e
s4:kdc: Use talloc_steal() rather than talloc_reference()

This is consistent with the other uses in this file (in
authn_policy_ntlm_client() and authn_policy_server()).

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/authn_policy_util.c