Skip to content

Commit 8e59f34

Browse files
Update AuthentLocalList.cpp
in first time of SendLocalList.req list version is (0) zero and must Accepted
1 parent 5273718 commit 8e59f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chargepoint/authent/AuthentLocalList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bool AuthentLocalList::handleMessage(const ocpp::messages::SendLocalListReq& req
124124
// Check local list activation
125125
if (m_ocpp_config.localAuthListEnabled())
126126
{
127-
if (request.listVersion > 0)
127+
if (request.listVersion >= 0)
128128
{
129129
// Check update list size
130130
if (request.localAuthorizationList.size() <= m_ocpp_config.sendLocalListMaxLength())

0 commit comments

Comments
 (0)