Commit fff497a1 by James Cammarata

Make sure the accelerated port is set to a sane value

parent cc21e5c9
......@@ -58,6 +58,9 @@ class Connection(object):
private_key_file=private_key_file
)
if not self.accport:
self.accport = constants.ACCELERATE_PORT
# attempt to work around shared-memory funness
if getattr(self.runner, 'aes_keys', None):
utils.AES_KEYS = self.runner.aes_keys
......
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