Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8757 from sepalani/so-cleanup
IOS/KD: Cleanup sockets on IOCTL_NWC24_CLEANUP_SOCKET
  • Loading branch information
leoetlino committed May 3, 2020
2 parents 1b26929 + 9932a02 commit 920cf38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Core/Core/IOS/Network/KD/NetKDRequest.cpp
Expand Up @@ -60,7 +60,8 @@ IPCCommandResult NetKDRequest::IOCtl(const IOCtlRequest& request)
break;

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

case IOCTL_NWC24_LOCK_SOCKET: // WiiMenu
Expand Down

0 comments on commit 920cf38

Please sign in to comment.