From 91fef21973a3590ce37d1c2b126c4b8246d2fb1b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 18 Mar 2014 12:21:22 -0700 Subject: More ripping out of old condition stuff. --- node/Switch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Switch.cpp') diff --git a/node/Switch.cpp b/node/Switch.cpp index 329d592c..30160110 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -321,7 +321,7 @@ void Switch::contact(const SharedPtr &peer,const InetAddress &atAddr) // Kick main loop out of wait so that it can pick up this // change to our scheduled timer tasks. - _r->mainLoopWaitCondition.signal(); + _r->sm->whack(); } unsigned long Switch::doTimerTasks() -- cgit v1.2.3