kdc: Fix compile error on OS X

bonjour_kid() was missing the krb5_context parameter name, preventing
compilation on Darwin (where __APPLE__ is defined)
This commit is contained in:
Luke Howard
2015-12-09 10:46:38 +11:00
parent 9aeb08173a
commit d135020e8f

View File

@@ -965,7 +965,7 @@ loop(krb5_context context, krb5_kdc_configuration *config,
#ifdef __APPLE__
static void
bonjour_kid(krb5_context, krb5_kdc_configuration *config, int islive)
bonjour_kid(krb5_context context, krb5_kdc_configuration *config, int islive)
{
char buf[2];