allowed acces to the chid from the evid

This commit is contained in:
Jeff Hill
2000-10-06 00:14:00 +00:00
parent c07cd661cd
commit c5f33a7475
6 changed files with 17 additions and 3 deletions

View File

@@ -479,7 +479,7 @@ void cac::beaconNotify ( const inetAddrID &addr )
status = getsockname ( this->pudpiiu->getSock (), (struct sockaddr *) &saddr, &saddr_length );
if ( status < 0 ) {
epicsPrintf ( "CAC: getsockname () error was \"%s\"\n", SOCKERRSTR (SOCKERRNO) );
this->printf ( "CAC: getsockname () error was \"%s\"\n", SOCKERRSTR (SOCKERRNO) );
this->defaultMutex.unlock ();
return;
}