kadmin: kadmind_dispatch fix broken commit

124b8d0f78 ("kadmin: kadmind_dispatch
do not write NULL 'rsp' to 'out'") was committed with an
unintentional source code removal.

Change-Id: I3de21e3624d713a9b5a1e89d147a5db5f1f55ab1
This commit is contained in:
Jeffrey Altman
2022-01-21 09:24:34 -05:00
parent 124b8d0f78
commit 02bd267fbd

View File

@@ -78,6 +78,7 @@ kadmind_dispatch(void *kadm_handlep, krb5_boolean initial,
}
ret = krb5_unparse_name_fixed(contextp->context, contextp->caller,
client, sizeof(client));
if (ret == 0)
ret = krb5_ret_int32(sp, &cmd);
if (ret)