We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2365814 commit 663d8fcCopy full SHA for 663d8fc
src/remote/inet.cpp
@@ -1690,12 +1690,12 @@ static rem_port* aux_request( rem_port* port, PACKET* packet)
1690
if constexpr (
1691
ARCHITECTURE == arch_darwin_ppc ||
1692
ARCHITECTURE == arch_darwin_x64 ||
1693
- ARCHITECTURE == arch_darwin_ppc64)
+ ARCHITECTURE == arch_darwin_ppc64)
1694
{
1695
if (!macOsClient)
1696
port_address.convertFromMacOsToPosixWindows();
1697
}
1698
- else if (macOsClient)
+ else if (macOsClient)
1699
port_address.convertFromPosixWindowsToMacOs();
1700
1701
response->p_resp_data.cstr_length = (ULONG) port_address.length();
0 commit comments