git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16650 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-24 08:16:08 +00:00
parent 4ed5f4abd6
commit fa19c7c28b

View File

@@ -1756,8 +1756,8 @@ abort_remote (FILE * din)
errx (1, "fd too large");
FD_SET (fileno (cin), &mask);
if (din) {
if (fileno (din) >= FD_SETSIZE)
errx (1, "fd too large");
if (fileno (din) >= FD_SETSIZE)
errx (1, "fd too large");
FD_SET (fileno (din), &mask);
}
if ((nfnd = empty (&mask, 10)) <= 0) {