diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 | 
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 | 
| commit | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch) | |
| tree | 0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /lib/kadm5/init_c.c | |
| parent | d5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff) | |
Diffstat (limited to 'lib/kadm5/init_c.c')
| -rw-r--r-- | lib/kadm5/init_c.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/kadm5/init_c.c b/lib/kadm5/init_c.c index 6eddfb8711a0..0436fb127cd5 100644 --- a/lib/kadm5/init_c.c +++ b/lib/kadm5/init_c.c @@ -584,7 +584,7 @@ kadm5_c_init_with_context(krb5_context context,  			  void **server_handle)  {      kadm5_ret_t ret; -    kadm5_client_context *ctx; +    kadm5_client_context *ctx = NULL;      krb5_ccache cc;      ret = _kadm5_c_init_context(&ctx, realm_params, context); | 
