More ripping out of old condition stuff.

This commit is contained in:
Adam Ierymenko 2014-03-18 12:21:22 -07:00
parent dc0f3559be
commit 91fef21973
2 changed files with 6 additions and 6 deletions

View file

@ -321,7 +321,7 @@ void Switch::contact(const SharedPtr<Peer> &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()