(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:
Love Hörnquist Åstrand
2005-11-29 19:03:50 +00:00
parent 68caf40b2c
commit 1019cb16d4

View File

@@ -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
}