Skip to content

Commit 5ccacb2

Browse files
author
Scott Powell
committed
* bug fix
1 parent ce08db6 commit 5ccacb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple_room_server/MyMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ void MyMesh::onAnonDataRecv(mesh::Packet *packet, const uint8_t *secret, const m
313313
}
314314
}
315315

316-
auto client = acl.putClient(sender, 0); // add to known clients (if not already known)
316+
client = acl.putClient(sender, 0); // add to known clients (if not already known)
317317
if (sender_timestamp <= client->last_timestamp) {
318318
MESH_DEBUG_PRINTLN("possible replay attack!");
319319
return;

0 commit comments

Comments
 (0)