From 5de5e5f7f630c47cb1760ffcfdfd88f17f72e9e7 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 6 Oct 2023 11:23:28 +1300 Subject: [PATCH] kdc: Use NULL to assign to pointers Signed-off-by: Joseph Sutton --- kdc/fast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdc/fast.c b/kdc/fast.c index df844cbe0..56e205237 100644 --- a/kdc/fast.c +++ b/kdc/fast.c @@ -398,8 +398,8 @@ _kdc_fast_mk_error(astgs_request_t r, error_client = NULL; error_server = NULL; } - csec = 0; - cusec = 0; + csec = NULL; + cusec = NULL; ret = _kdc_fast_mk_response(r->context, armor_crypto, error_method, NULL, NULL,