Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Dec 30, 2023
1 parent 9111180 commit 82ba930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ AccessPointDiscoveryAgentOperationsNetlink::Start(AccessPointPresenceEventCallba

// TODO: This function needs to signal errors either through its return type, or an exception.

// moved to a separate function and done only once per instance.
// Open a new netlink socket to the nl80211 genl family.
auto netlinkSocket{ NetlinkSocket::Allocate() };
if (netlinkSocket == nullptr) {
LOG_ERROR << "Failed to allocate new netlink socket for nl control";
Expand Down

0 comments on commit 82ba930

Please sign in to comment.