Fix compiler warning "function may return address of local variable"

This commit is contained in:
sivar2311
2022-05-16 15:05:37 +02:00
committed by Markus
parent 5881a99a30
commit 3073c156b1

View File

@ -627,6 +627,7 @@ WSclient_t * WebSocketsServerCore::handleNewClient(WEBSOCKETS_NETWORK_CLASS * tc
client = &dummy;
client->tcp = tcpClient;
dropNativeClient(client);
return nullptr;
}
WEBSOCKETS_YIELD();