Fix buglet with default timeout

This commit is contained in:
Mark McLoughlin 2013-05-11 17:46:27 +01:00
parent 27868dd24d
commit eb77cbdb6d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class _CallContext(object):
timeout = self.timeout
if self.timeout is None:
self.conf.rpc_response_timeout
timeout = self.conf.rpc_response_timeout
if self.check_for_lock:
self._check_for_lock()