From 5904e112152aaa5b6ca409f4ae774a1ae713007b Mon Sep 17 00:00:00 2001 From: B3n30 Date: Sat, 4 Nov 2017 10:28:53 +0100 Subject: [PATCH] fixup! UDS: Add coonnect and disconnect --- src/core/hle/service/nwm/nwm_uds.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/hle/service/nwm/nwm_uds.cpp b/src/core/hle/service/nwm/nwm_uds.cpp index bcffae4ae..576a5f255 100644 --- a/src/core/hle/service/nwm/nwm_uds.cpp +++ b/src/core/hle/service/nwm/nwm_uds.cpp @@ -444,7 +444,6 @@ void HandleDeauthenticationFrame(const Network::WifiPacket& packet) { connection_status.total_nodes--; network_info.total_nodes--; - node_info.erase(node); connection_status_event->Signal(); }