]> sjero.net Git - linphone/blobdiff - coreapi/TunnelManager.cc
Fix bug in auto detect procedure of tunnel manager.
[linphone] / coreapi / TunnelManager.cc
index 71ecc51843c288dc45d414a63435a954595b14af..028191ed0342f633026d06ce70a6341cac08fd4a 100644 (file)
@@ -399,6 +399,7 @@ void TunnelManager::processUdpMirrorEvent(const Event &ev){
                enable(false);
                mAutoDetectStarted = false;
        } else {
+               mCurrentUdpMirrorClient++;
                if (mCurrentUdpMirrorClient !=mUdpMirrorClients.end()) {
                        // enable tunnel but also try backup server
                        LOGI("Tunnel is required, enabling; Trying backup udp mirror");