Fix missing #endif

This commit is contained in:
Asanka Herath
2009-12-01 16:42:28 -05:00
parent 0a43d2b3cf
commit 0ad290b500

View File

@@ -883,6 +883,7 @@ loop(krb5_context context,
#ifdef FD_SETSIZE
if (max_fd >= FD_SETSIZE)
krb5_errx(context, 1, "fd too large");
#endif
#endif
FD_SET(d[i].s, &fds);
} else if(min_free < 0 || i < min_free)