Skip to content

Commit eb96e7c

Browse files
matthias-bsterrillmoore
authored andcommitted
Update Arduino_LoRaWAN.h
1 parent 928b7b0 commit eb96e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_LoRaWAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ class Arduino_LoRaWAN
964964
/// \brief the internal copy of the session state, used to
965965
/// reduce the number of saves to a minimum. It's initially
966966
/// marked as "not valid".
967-
SessionState m_savedSessionState { .Header = { .Tag = kSessionStateTag_Null } };
967+
SessionState m_savedSessionState { .Header = { .Tag = kSessionStateTag_Null, .Size = 0 } };
968968
};
969969

970970
/****************************************************************************\

0 commit comments

Comments
 (0)