Skip to content

Commit

Permalink
IOS/KD: Cleanup sockets on IOCTL_NWC24_CLEANUP_SOCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
sepalani committed Apr 22, 2020
1 parent 2d8758d commit 1a75b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ IPCCommandResult NetKDRequest::IOCtl(const IOCtlRequest& request)

case IOCTL_NWC24_CLEANUP_SOCKET:
INFO_LOG(IOS_WC24, "NET_KD_REQ: IOCTL_NWC24_CLEANUP_SOCKET - NI");
WiiSockMan::GetInstance().Clean();
break;

case IOCTL_NWC24_LOCK_SOCKET: // WiiMenu
Expand Down

0 comments on commit 1a75b81

Please sign in to comment.