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:
@@ -965,7 +965,7 @@ loop(krb5_context context, krb5_kdc_configuration *config,
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
static void
|
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];
|
char buf[2];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user