]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
open --> flags.open
authorwessels <>
Wed, 13 Jan 1999 06:52:08 +0000 (06:52 +0000)
committerwessels <>
Wed, 13 Jan 1999 06:52:08 +0000 (06:52 +0000)
src/comm_select.cc

index 4aca4009017151df9008eb0ee57fe406dff95790..87dd2516b8a508135b0f2ac1e696cf8ebd59a3d1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm_select.cc,v 1.26 1999/01/12 16:42:15 wessels Exp $
+ * $Id: comm_select.cc,v 1.27 1999/01/12 23:52:08 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  *
@@ -409,7 +409,7 @@ comm_poll(int msec)
                F->timeout_handler = NULL;
                F->read_handler = NULL;
                F->write_handler = NULL;
-               if (F->open != 0)
+               if (F->flags.open)
                    fd_close(fd);
            }
        }