instead of returning to somewhere.
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
ryu/app/cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/app/cli.py b/ryu/app/cli.py
index f95be1c..75284f9 100644
--- a/ryu/app/cli.py
+++ b/ryu/app/cli.py
@@ -191,7 +191,7 @@ class SshServer(paramiko.ServerInterface):
os.close(rpipe_request)
os.close(wpipe_reply)
CliCmd(rpipe_reply, wpipe_request).cmdloop()
- return
+ os._exit(0)
os.close(wpipe_request)
os.close(rpipe_reply)
self._pty_loop(chan, master_fd, rpipe_request, wpipe_reply)
--
1.8.0.1
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel