s3:libads: don't allow ads_kdestroy(NULL) anymore
authorStefan Metzmacher <metze@samba.org>
Sat, 11 May 2024 00:38:21 +0000 (02:38 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 May 2024 10:18:31 +0000 (10:18 +0000)
commite47f9415b77cf9f7290379a531a4d371b6f3aeda
tree2e9610ac4363888a6ffbfcd4935619be2367d1bd
parent4959f932279105e1de7c0bdf11ea503e1967a341
s3:libads: don't allow ads_kdestroy(NULL) anymore

This should not happen, if we ever need that behaviour
we should add an ads_kdestroy_default() helper.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libads/kerberos.c