From d98f89a45ff8666b8bc6532477c71fb2a8e69777 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Mar 2000 22:42:00 +0000 Subject: [PATCH] use new symbol name --- src/ca/repeater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/repeater.cpp b/src/ca/repeater.cpp index 5b95fc9b1..b8d3e7433 100644 --- a/src/ca/repeater.cpp +++ b/src/ca/repeater.cpp @@ -397,7 +397,7 @@ void epicsShareAPI ca_repeater () assert (bsdSockAttach()); - port = caFetchPortConfig ( NULL, &EPICS_CA_REPEATER_PORT, CA_REPEATER_PORT ); + port = envGetInetPortConfigParam ( &EPICS_CA_REPEATER_PORT, CA_REPEATER_PORT ); ellInit(&client_list);