On Thu, 2 Nov 2017 15:39:24 +0900
Satoshi Fujimoto wrote:
> Currently, 'is_connected' attribute in SshServer is refered
> before it is created, in Python 2.7.
> This raises an Exception and the SSH operation won't work
> anymore after this happens.
> This commit ensures that 'is_connected' is cr
Currently, 'is_connected' attribute in SshServer is refered
before it is created, in Python 2.7.
This raises an Exception and the SSH operation won't work
anymore after this happens.
This commit ensures that 'is_connected' is created before
it is refered.
Signed-off-by: Satoshi Fujimoto
---
ryu/
Sorry, I withdraw this patch.
I will repost the revised version soon.
Thanks,
Fujimoto
On 2017年11月02日 14:44, Satoshi Fujimoto wrote:
Currently, 'is_connected' attribute in SshServer is refered
before it is created, in Python 2.7.
This raises an Exception and the SSH operation won't work
anymor
Currently, 'is_connected' attribute in SshServer is refered
before it is created, in Python 2.7.
This raises an Exception and the SSH operation won't work
anymore after this happens.
This commit ensures that 'is_connected' is created before
it is refered.
Signed-off-by: Satoshi Fujimoto
---
ryu/