Skip to content

Commit

Permalink
avoid ipAddrToA()
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Nov 25, 2019
1 parent 7d7bd4d commit 7903a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/serverContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7903a73

Please sign in to comment.