2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

version 0.8.32 crashfix + ipv6 disabled because of KIS

This commit is contained in:
John Preston
2015-06-25 13:12:38 +03:00
parent 88c44caf9d
commit 890352ef97
10 changed files with 26 additions and 25 deletions

View File

@@ -1800,7 +1800,7 @@ void MTProtoConnectionPrivate::socketStart(bool afterConfig) {
if (afterConfig && (_conn4 || _conn6)) return;
createConn(!noIPv4, !noIPv6);
createConn(!noIPv4, false/*!noIPv6*/);
retryTimer.stop();
_waitForConnectedTimer.stop();