*** empty log message ***

This commit is contained in:
aum
2004-08-15 17:45:01 +00:00
committed by zzz
parent 23a52dbc9a
commit a27b0a0a1e

View File

@ -2586,6 +2586,8 @@ class KNodeReqHandler(KBase, SocketServer.StreamRequestHandler):
res = node.dest
write("ok\n")
write("%s\n" % res)
flush()
time.sleep(1)
finish()
return
@ -2752,7 +2754,7 @@ class KNodeClient(KBase):
ref = self.readline().strip()
return ref
else:
return None
return "failed"
#@-node:getref
#@+node:pingall