We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5273718 commit 8e59f34Copy full SHA for 8e59f34
src/chargepoint/authent/AuthentLocalList.cpp
@@ -124,7 +124,7 @@ bool AuthentLocalList::handleMessage(const ocpp::messages::SendLocalListReq& req
124
// Check local list activation
125
if (m_ocpp_config.localAuthListEnabled())
126
{
127
- if (request.listVersion > 0)
+ if (request.listVersion >= 0)
128
129
// Check update list size
130
if (request.localAuthorizationList.size() <= m_ocpp_config.sendLocalListMaxLength())
0 commit comments