--------------------- PatchSet 5482 Date: 2002/11/15 21:49:08 Author: serassio Branch: nt-2_5 Tag: (none) Log: Imported latest aufs changes in awin32 Members: src/fs/awin32/store_io_aufs.c:1.1.62.11->1.1.62.12 Index: squid/src/fs/awin32/store_io_aufs.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/fs/awin32/Attic/store_io_aufs.c,v retrieving revision 1.1.62.11 retrieving revision 1.1.62.12 diff -u -r1.1.62.11 -r1.1.62.12 --- squid/src/fs/awin32/store_io_aufs.c 11 Nov 2002 19:47:10 -0000 1.1.62.11 +++ squid/src/fs/awin32/store_io_aufs.c 15 Nov 2002 21:49:08 -0000 1.1.62.12 @@ -1,6 +1,6 @@ /* - * $Id: store_io_aufs.c,v 1.1.62.11 2002/11/11 19:47:10 serassio Exp $ + * $Id: store_io_aufs.c,v 1.1.62.12 2002/11/15 21:49:08 serassio Exp $ * * DEBUG: section 79 Storage Manager awin32 Interface * AUTHOR: Robert Collins @@ -450,8 +450,10 @@ cbdataUnlock(their_data); aiostate->fd = -1; cbdataFree(sio); - if (fd < 0) + if (fd < 0) { + Opening_FD--; return; + } debug(79, 9) ("%s:%d\n", __FILE__, __LINE__); aioClose(fd); fd_close(fd);