Merge pull request #4851 from leoetlino/fix-wifi-scanning

IOS: Fix Wi-Fi scanning in system menu
This commit is contained in:
Matthew Parlane 2017-02-08 18:09:12 +13:00 committed by GitHub
commit a027aadb24
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ IPCCommandResult NetNCDManage::IOCtlV(const IOCtlVRequest& request)
INFO_LOG(IOS_NET, "NET_NCD_MANAGE: IOCTLV_NCD_READCONFIG");
config.ReadConfig();
config.WriteToMem(request.io_vectors.at(0).address);
common_vector = 1;
break;
case IOCTLV_NCD_WRITECONFIG: