make compile
This commit is contained in:
@@ -59,7 +59,7 @@ kadmind_dispatch(void *kadm_handle, krb5_boolean initial,
|
|||||||
|
|
||||||
sp = krb5_storage_from_data(in);
|
sp = krb5_storage_from_data(in);
|
||||||
if (sp == NULL)
|
if (sp == NULL)
|
||||||
krb5_errx(context, 1, "out of memory");
|
krb5_errx(context->context, 1, "out of memory");
|
||||||
|
|
||||||
krb5_ret_int32(sp, &cmd);
|
krb5_ret_int32(sp, &cmd);
|
||||||
switch(cmd){
|
switch(cmd){
|
||||||
|
Reference in New Issue
Block a user