fakessh: Fix NameError.

pull/35/head
David Wilson 8 years ago
parent 3bb02161dc
commit 68515bc9e1

@ -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

Loading…
Cancel
Save