From 721c6f3fde6365bfd57a525c38b4c5f95c28db94 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 6 Nov 2002 19:17:39 +0000 Subject: [PATCH] fixed wrong argument --- src/db/dbServiceIO.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/db/dbServiceIO.cpp b/src/db/dbServiceIO.cpp index 1e75dbe30..f56602785 100644 --- a/src/db/dbServiceIO.cpp +++ b/src/db/dbServiceIO.cpp @@ -197,8 +197,7 @@ void dbServiceIO::subscribe ( dbSubscriptionIO & subscr = * new ( this->dbSubscriptionIOFreeList ) dbSubscriptionIO ( *this, chan, - addr, notify, type, count, mask, pId ); - + addr, notify, type, count, mask, this->ctx ); { epicsGuard < epicsMutex > locker ( this->mutex ); chan.dbServicePrivateListOfIO::eventq.add ( subscr );