avoid ipAddrToA()

This commit is contained in:
Michael Davidsaver
2019-11-24 16:52:02 -08:00
parent 7d7bd4d630
commit 7903a736d4

View File

@ -224,7 +224,7 @@ ServerContextImpl::getCurrentConfig()
{
char buf[50];
ipAddrToA(&_ifaceAddr.ia, buf, sizeof(buf));
ipAddrToDottedIP(&_ifaceAddr.ia, buf, sizeof(buf));
buf[sizeof(buf)-1] = '\0';
SET("EPICS_PVAS_INTF_ADDR_LIST", buf);
}