Commit ea011bda authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent de410d01
......@@ -52,7 +52,7 @@ class Conn(object):
# .mountpoint path to wcfs mountpoint
# ._fwcfs /.wcfs/zurl opened to keep the server from going away (at least cleanly)
# XXX 4testing only?
# XXX for-testing only?
# ._proc wcfs process if it was opened by this conn | None
def __init__(self, mountpoint, fwcfs, proc):
......@@ -219,7 +219,6 @@ def _start(zurl, *optv): # -> Conn
if _ == 0:
proc.terminate()
raise ctx.err()
if _ == 1:
# startup was ok - don't monitor spawned wcfs any longer
conn._proc = proc
......
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