This commit is contained in:
Jeff Hill
2001-05-24 21:28:18 +00:00
parent a7f8f90ddc
commit 4be3cc14a8
+1 -1
View File
@@ -75,7 +75,7 @@ void cas_send_msg ( struct client *pclient, int lock_needed )
unsigned transferSize = (unsigned) status;
if ( transferSize >= pclient->send.stk ) {
pclient->send.stk = 0;
epicsTimeGetCurrent (&pclient->time_at_last_send);
epicsTimeGetCurrent ( &pclient->time_at_last_send );
break;
}
else {