rename interfaces() -> broadcasts()

This commit is contained in:
Michael Davidsaver
2021-08-04 07:45:49 -07:00
parent 52625e7430
commit d6bf565ed6
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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";
}
}