Fix null pointer in lpxserver

This commit is contained in:
2025-06-27 19:58:39 -04:00
parent 77c54f41cc
commit 88b02c5458

View File

@@ -251,6 +251,7 @@ public:
// Check for received invocations.
while (handle_invocation(client));
if (client == nullptr) continue;
// Possibly send a diff.
double diffdelay = 5.0;