From d135020e8f89145cbd2606cb6772ec012950c395 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 9 Dec 2015 10:46:38 +1100 Subject: [PATCH] kdc: Fix compile error on OS X bonjour_kid() was missing the krb5_context parameter name, preventing compilation on Darwin (where __APPLE__ is defined) --- kdc/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/connect.c b/kdc/connect.c index 60b7266e7..6ae0b3d73 100644 --- a/kdc/connect.c +++ b/kdc/connect.c @@ -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];