Commit bd8001d4 authored by David Wilson's avatar David Wilson

fakessh: Fix NameError.

parent e7c70127
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment