Clear moveRequestPending.

This commit is contained in:
Ron Sluiter
2009-04-24 17:22:38 +00:00
parent 2bd8b43dc3
commit 10dd6744ff
+3 -3
View File
@@ -11,9 +11,9 @@
* Notwithstanding the above, explicit permission is granted for APS to
* redistribute this software.
*
* Version: $Revision: 1.29 $
* Version: $Revision: 1.30 $
* Modified by: $Author: sluiter $
* Last Modified: $Date: 2009-04-24 17:20:45 $
* Last Modified: $Date: 2009-04-24 17:22:38 $
*
* Original Author: Peter Denison
* Current Author: Peter Denison
@@ -552,7 +552,7 @@ static void asynCallback(asynUser *pasynUser)
dbScanUnlock((dbCommon *)pmr);
}
else if (pmsg->command == motorPosition)
pPvt->moveRequestPending--;
pPvt->moveRequestPending = 0;
pasynManager->memFree(pmsg, sizeof(*pmsg));
status = pasynManager->freeAsynUser(pasynUser);