fixed ca_host_name() returns name of the local host

This commit is contained in:
Jeff Hill
2005-04-11 21:38:35 +00:00
parent 983b2a3080
commit f5174ef94e
10 changed files with 17 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ unsigned netiiu::getHostName (
}
const char * netiiu::pHostName (
epicsGuard < epicsMutex > & ) const
epicsGuard < epicsMutex > & ) const throw ()
{
return pHostNameNetIIU;
}