diff --git a/src/ca/syncgrp.c b/src/ca/syncgrp.c index 56c593041..d7ad0fa1a 100644 --- a/src/ca/syncgrp.c +++ b/src/ca/syncgrp.c @@ -29,6 +29,12 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.26.6.1 1999/07/15 21:02:25 jhill + * fixed bug where client disconnects while waiting to send TCP + * + * Revision 1.26 1997/08/04 23:37:18 jhill + * added beacon anomaly flag init/allow ip 255.255.255.255 + * * Revision 1.24 1997/06/13 09:14:26 jhill * connect/search proto changes * @@ -304,7 +310,7 @@ int epicsShareAPI ca_sg_block(const CA_SYNC_GID gid, ca_real timeout) */ tmo.tv_sec = 0L; tmo.tv_usec = 0L; - cac_mux_io (&tmo); + cac_mux_io (&tmo, TRUE); status = ECA_TIMEOUT; break; }