Fix shutdown().

This commit is contained in:
Andrew Resch 2008-02-24 05:36:36 +00:00
parent ada8d5641f
commit 8f039eb0fa
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class BaseClient(object):
"""Shutdown the core daemon"""
try:
self.core.call("shutdown", None)
self.core.force_call(block=False)
self.core.do_multicall(block=False)
finally:
self.set_core_uri(None)