Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-12-07 11:46:45 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-12-07 11:58:47 (GMT)
commit311c67251ee1cbce24da1f83dacfd4f76bbfd1d4 (patch)
tree5c0ce2ea941e0b0a1cfe446bce27a3f73ec8e16f /sugar-network
parent37e26fea6081788e2dd942198be3c8de9cf05974 (diff)
Wait for not mounted root only if it was requested explicitly
Diffstat (limited to 'sugar-network')
-rwxr-xr-xsugar-network2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-network b/sugar-network
index 75fc5a8..58b73e9 100755
--- a/sugar-network
+++ b/sugar-network
@@ -174,7 +174,7 @@ class Application(application.Application):
coroutine.spawn(server.serve_forever)
coroutine.dispatch()
- result = IPCClient().call(request, response)
+ result = IPCClient(sync=True).call(request, response)
finally:
if server is not None: