Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wzkres committed Jan 27, 2024
1 parent 650d65e commit 33dbc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ bool get_ip_from_ip_addr_result(const std::string& result, const std::string& if
}
else if (iface_cur.find(iface) != std::string::npos)
{
std::string:size_type deprecated_pos = line.find("deprecated");
std::string::size_type deprecated_pos = line.find("deprecated");
if (std::string::npos != deprecated_pos)
continue;
std::string::size_type inet6_pos = line.find("inet6 ");
Expand Down

0 comments on commit 33dbc33

Please sign in to comment.