From 83c72bce7a35fed7357b480f2c82281a9b3c08a8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 14 Sep 2000 19:42:17 +0000 Subject: [PATCH] fixed lock where an unlock should be --- src/ca/nciu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/nciu.cpp b/src/ca/nciu.cpp index 099f2d380..7644b09e3 100644 --- a/src/ca/nciu.cpp +++ b/src/ca/nciu.cpp @@ -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; }