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);
|
||||
if (sp == NULL)
|
||||
krb5_errx(context, 1, "out of memory");
|
||||
krb5_errx(context->context, 1, "out of memory");
|
||||
|
||||
krb5_ret_int32(sp, &cmd);
|
||||
switch(cmd){
|
||||
|
Reference in New Issue
Block a user