kdc: Fix compile error on OS X
commitd135020e8f89145cbd2606cb6772ec012950c395
authorLuke Howard <lukeh@padl.com>
Tue, 8 Dec 2015 23:46:38 +0000 (9 10:46 +1100)
committerLuke Howard <lukeh@padl.com>
Tue, 8 Dec 2015 23:46:38 +0000 (9 10:46 +1100)
treec513a097ecde6d5db52ebad7d4a6e8a7804fc97e
parent9aeb08173a8db6fd48f60b664bccb07e1b6f1648
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