Make sure the accelerated port is set to a sane value

pull/4023/merge
James Cammarata 11 years ago
parent cc21e5c90c
commit fff497a1ae

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

Loading…
Cancel
Save