make members private

This commit is contained in:
technyon
2024-07-13 13:20:57 +02:00
parent a9dffc79b8
commit 39c55a730a
3 changed files with 4 additions and 6 deletions

View File

@@ -591,7 +591,6 @@ void NukiNetworkLock::publishAuthorizationInfo(const std::list<NukiLock::LogEntr
if(log.index > authIndex)
{
authIndex = log.index;
_authFound = true;
_authId = log.authId;
memset(_authName, 0, sizeof(_authName));
memcpy(_authName, authName, sizeof(authName));