fixed lock where an unlock should be

This commit is contained in:
Jeff Hill
2000-09-14 19:42:17 +00:00
parent 6d701a9626
commit 83c72bce7a
+1 -1
View File
@@ -408,7 +408,7 @@ int nciu::write ( unsigned type, unsigned long countIn, const void *pValue )
else {
status = ECA_DISCONNCHID;
}
this->lockPIIU ();
this->unlockPIIU ();
return status;
}