Commit 56206e13 authored by Aurel's avatar Aurel

when getting back from hidden state to a running state, just go on to

the verifyData process instead of doing as we lost connection to PMN


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@607 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e3d2bada
......@@ -289,10 +289,7 @@ class Application(object):
while 1:
self.em.poll(1)
if node.getState() != HIDDEN_STATE:
# act as if we lost the connection to the PMN
# thus all protocol remains the same
raise PrimaryFailure
break
def queueEvent(self, callable, *args, **kwargs):
self.event_queue.append((callable, args, kwargs))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment