Submitter | phabricator |
---|---|
Date | Feb. 15, 2018, 2:04 a.m. |
Message ID | <d53c082c3e304849393147426ba7cb8b@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27940/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/sshprotoext.py b/tests/sshprotoext.py --- a/tests/sshprotoext.py +++ b/tests/sshprotoext.py @@ -22,8 +22,8 @@ configtable = {} configitem = registrar.configitem(configtable) -configitem('sshpeer', 'mode', default=None) -configitem('sshpeer', 'handshake-mode', default=None) +configitem(b'sshpeer', b'mode', default=None) +configitem(b'sshpeer', b'handshake-mode', default=None) class bannerserver(wireprotoserver.sshserver): """Server that sends a banner to stdout."""