[srvx-commits] CVS: services/src main.c,1.94.2.11,1.94.2.12
Brought to you by:
entrope
From: Miles P. <pet...@us...> - 2001-08-30 03:16:53
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv28463 Modified Files: Tag: rel-1_0 main.c Log Message: shave a little extra time off the burst Index: main.c =================================================================== RCS file: /cvsroot/srvx/services/src/main.c,v retrieving revision 1.94.2.11 retrieving revision 1.94.2.12 diff -C2 -r1.94.2.11 -r1.94.2.12 *** main.c 2001/08/05 19:14:30 1.94.2.11 --- main.c 2001/08/30 03:16:47 1.94.2.12 *************** *** 470,474 **** } /* run timeq after reading socket input */ ! timeq_run(now); } else if (errno != EINTR){ log(MAIN_LOG, LOG_ERROR, "select(): %s\n", strerror(errno)); --- 470,474 ---- } /* run timeq after reading socket input */ ! if (cManager.uplink->state == CONNECTED) timeq_run(now); } else if (errno != EINTR){ log(MAIN_LOG, LOG_ERROR, "select(): %s\n", strerror(errno)); |