From: wessels <> Date: Wed, 13 Jan 1999 06:52:08 +0000 (+0000) Subject: open --> flags.open X-Git-Tag: SQUID_3_0_PRE1~2414 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4467454575ced9fa192ec4b8945bb338843b7031;p=thirdparty%2Fsquid.git open --> flags.open --- diff --git a/src/comm_select.cc b/src/comm_select.cc index 4aca400901..87dd2516b8 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -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); } }