make compile

This commit is contained in:
Love Hornquist Astrand
2009-07-30 13:04:30 +02:00
parent e977f1cf2f
commit 8490e8fd34

View File

@@ -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){