diff --git a/src/db/drvTS.c b/src/db/drvTS.c index b8af6848d..3d1abca2b 100644 --- a/src/db/drvTS.c +++ b/src/db/drvTS.c @@ -12,6 +12,9 @@ of this distribution. **********************************************************************/ /* * $Log$ + * Revision 1.28 1998/10/06 18:09:28 mrk + * fixed sync bugs + * * Revision 1.27 1998/09/29 14:11:02 mrk * TSsetClockFromUnix was made global * @@ -1733,7 +1736,6 @@ static long TSgetCurrentTime(struct timespec* ts) static long TSforceSoftSync(int Card) { semGive(TSdata.sync_occurred); - TSforceSync(0); return 0; } diff --git a/src/vxWorks/db/drvTS.c b/src/vxWorks/db/drvTS.c index b8af6848d..3d1abca2b 100644 --- a/src/vxWorks/db/drvTS.c +++ b/src/vxWorks/db/drvTS.c @@ -12,6 +12,9 @@ of this distribution. **********************************************************************/ /* * $Log$ + * Revision 1.28 1998/10/06 18:09:28 mrk + * fixed sync bugs + * * Revision 1.27 1998/09/29 14:11:02 mrk * TSsetClockFromUnix was made global * @@ -1733,7 +1736,6 @@ static long TSgetCurrentTime(struct timespec* ts) static long TSforceSoftSync(int Card) { semGive(TSdata.sync_occurred); - TSforceSync(0); return 0; }