fixed spelling
This commit is contained in:
@@ -115,7 +115,7 @@ casDGIntfIO::casDGIntfIO (caServerI &serverIn, const caNetAddr &addr,
|
||||
ellInit ( &tmpList );
|
||||
osiSockDiscoverBroadcastAddresses (&tmpList,
|
||||
this->sock, &serverAddr); // match addr
|
||||
removeDuplicatesAddresses ( &BCastAddrList, &tmpList, 1 );
|
||||
removeDuplicateAddresses ( &BCastAddrList, &tmpList, 1 );
|
||||
if (ellCount(&BCastAddrList)<1) {
|
||||
errMessage (S_cas_noInterface, "unable to continue");
|
||||
socket_close (this->sock);
|
||||
@@ -167,7 +167,7 @@ casDGIntfIO::casDGIntfIO (caServerI &serverIn, const caNetAddr &addr,
|
||||
&BCastAddrList, pParam, beaconPort);
|
||||
}
|
||||
|
||||
removeDuplicatesAddresses ( &this->beaconAddrList, &BCastAddrList, 0 );
|
||||
removeDuplicateAddresses ( &this->beaconAddrList, &BCastAddrList, 0 );
|
||||
|
||||
//
|
||||
// Solaris specific:
|
||||
|
||||
Reference in New Issue
Block a user