fakessh: Fix NameError.

This commit is contained in:
David Wilson 2017-09-20 18:15:11 +05:30
parent e7c70127bf
commit bd8001d481
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ def _fakessh_main(mitogen_, dest_context_id):
if not hostname:
die('Missing hostname')
subsystem = False
for opt, optarg in opts:
if opt == '-s':
subsystem = True