rename interfaces() -> broadcasts()
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ std::ostream& target_information(std::ostream& strm)
|
||||
|
||||
strm<<indent{}<<"osiSockDiscoverBroadcastAddresses() ->\n";
|
||||
Indented J(strm);
|
||||
for(auto& addr : dummy.interfaces()) {
|
||||
for(auto& addr : dummy.broadcasts()) {
|
||||
strm<<indent{}<<addr.tostring()<<"\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user