Skip to content

Commit 574d59e

Browse files
author
hpingel
committed
raise sktpv compatibility version to 2
1 parent 37cb614 commit 574d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ boolean CSidekickNet::launchSktpSession(){
12341234
urlSuffix.Append(netSktpHostPassword);
12351235
}
12361236
}
1237-
urlSuffix.Append("&sktpv=1&type=");
1237+
urlSuffix.Append("&sktpv=2&type=");
12381238
#ifndef IS264
12391239
if (m_isC128)
12401240
urlSuffix.Append("128");

0 commit comments

Comments
 (0)