From 6d03df6a9b066f096211cd771bf4a684977c0f84 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 8 Aug 2002 22:37:41 +0000 Subject: [PATCH] fixed beacon period name --- src/ca/acctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index c4f1c3397..b4493c030 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2215,7 +2215,7 @@ void verifyReasonableBeaconPeriod ( chid chan ) unsigned attempts = 0u; long status = envGetDoubleConfigParam ( - &EPICS_CA_BEACON_PERIOD, &expectedBeaconPeriod ); + &EPICS_CAS_BEACON_PERIOD, &expectedBeaconPeriod ); assert ( status >=0 ); while ( 1 ) {