Skip to content

Commit 98bcff1

Browse files
author
Kevin D Smith
committed
Fix protocol field during connection copy
1 parent 8767a36 commit 98bcff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swat/cas/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def __init__(self, hostname=None, port=None, username=None, password=None,
218218
prototype = kwargs.get('prototype')
219219
if prototype is not None:
220220
soptions = prototype._soptions
221+
protocol = prototype._protocol
221222

222223
else:
223224
# Get connection parameters from config

0 commit comments

Comments
 (0)