Found a dumb typo.

Hooray for manually applied diffs =/
This commit is contained in:
Jeff Forcier 2014-03-07 10:43:14 -08:00
parent a9434bc626
commit 8d08cc926a
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ class Transport (threading.Thread):
if ok != False: if ok != False:
ok = (ok,) ok = (ok,)
elif kind == 'cancel-tcpip-forward': elif kind == 'cancel-tcpip-forward':
address = m.get_test() address = m.get_text()
port = m.get_int() port = m.get_int()
self.server_object.cancel_port_forward_request(address, port) self.server_object.cancel_port_forward_request(address, port)
ok = True ok = True