(kcm_loop): Use HAVE_DOOR_CREATE, not HAVE_DOORS.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16314 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -615,7 +615,7 @@ kcm_loop(void)
|
||||
ndescr = init_sockets(&d);
|
||||
if (ndescr <= 0) {
|
||||
krb5_warnx(kcm_context, "No sockets!");
|
||||
#ifndef HAVE_DOORS
|
||||
#ifndef HAVE_DOOR_CREATE
|
||||
exit(1);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user