]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
trashed stack test
authorwessels <>
Thu, 22 Aug 1996 02:25:51 +0000 (02:25 +0000)
committerwessels <>
Thu, 22 Aug 1996 02:25:51 +0000 (02:25 +0000)
src/comm.cc

index f1b8fba6cc365926063fde605da059555e37e66b..5f0e638ddac2d69ce54320d329c0d20f217fd34d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.54 1996/08/21 20:10:41 wessels Exp $
+ * $Id: comm.cc,v 1.55 1996/08/21 20:25:51 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -681,6 +681,8 @@ int comm_select(sec, failtime)
     timeout = squid_curtime + sec;
 
     do {
+       if (sec > 60)
+               fatal_dump(NULL);
        if (0 < failtime && failtime < squid_curtime)
            break;