From f338e38bcf7eaeeae290ae721aa5d49275163c42 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 5 Oct 2016 16:25:00 -0700 Subject: [PATCH] oops --- tools/ice-client/src/ICEClientApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ice-client/src/ICEClientApp.cpp b/tools/ice-client/src/ICEClientApp.cpp index e0a08b7fcb..f9e7a76142 100644 --- a/tools/ice-client/src/ICEClientApp.cpp +++ b/tools/ice-client/src/ICEClientApp.cpp @@ -179,7 +179,7 @@ void ICEClientApp::doSomething() { } _socket->writeDatagram(stunRequestPacket, sizeof(stunRequestPacket), _stunSockAddr); _stunResponseTimer.setSingleShot(true); - connect(&_iceResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout())); + connect(&_stunResponseTimer, SIGNAL(timeout()), this, SLOT(stunResponseTimeout())); _stunResponseTimer.start(stunResponseTimeoutMilliSeconds); setState(waitForStunResponse);