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:
@@ -78,6 +78,7 @@ kadmind_dispatch(void *kadm_handlep, krb5_boolean initial,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret = krb5_unparse_name_fixed(contextp->context, contextp->caller,
|
ret = krb5_unparse_name_fixed(contextp->context, contextp->caller,
|
||||||
|
client, sizeof(client));
|
||||||
if (ret == 0)
|
if (ret == 0)
|
||||||
ret = krb5_ret_int32(sp, &cmd);
|
ret = krb5_ret_int32(sp, &cmd);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user