Fixed bug: engine.halt now returns false to let the other drivers receive this message

git-svn-id: http://yate.null.ro/svn/yate/trunk@1427 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2007-08-23 08:13:45 +00:00
parent 5af018d889
commit e41e055797
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ bool HaltHandler::received(Message& msg)
ListIterator iter(s_chans);
for (GenObject* o = 0; (o = iter.get());)
(static_cast<ParkEndpoint*>(o))->disconnect("shutdown");
return true;
return false;
}
// chan.locate