Skip to content

Commit

Permalink
Fix typo in WifiClientPosix.inl
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz authored Nov 21, 2024
1 parent ae18646 commit b1d0fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/WiFiNative/src/WifiClientPosix.inl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void WiFiClient::stop()
{
LOG_ERROR("%s:%s", "close", strerror(errno));
}
(void)Connections.erase(iterSock);
(void)gConnections.erase(iterSock);
}
}
}
Expand Down Expand Up @@ -238,4 +238,4 @@ int WiFiClient::read(uint8_t* buffer, size_t size)
}

return retval;
}
}

0 comments on commit b1d0fdb

Please sign in to comment.