View | Details | Raw Unified | Return to bug 1360 | Differences between
and this patch

Collapse All | Expand All

(-)clientloop.c (-1 / +1 lines)
Lines 1745-1751 client_request_forwarded_tcpip(const cha Link Here
1745
	}
1745
	}
1746
	c = channel_new("forwarded-tcpip",
1746
	c = channel_new("forwarded-tcpip",
1747
	    SSH_CHANNEL_CONNECTING, sock, sock, -1,
1747
	    SSH_CHANNEL_CONNECTING, sock, sock, -1,
1748
	    CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_WINDOW_DEFAULT, 0,
1748
	    CHAN_TCP_WINDOW_DEFAULT, CHAN_TCP_PACKET_DEFAULT, 0,
1749
	    originator_address, 1);
1749
	    originator_address, 1);
1750
	xfree(originator_address);
1750
	xfree(originator_address);
1751
	xfree(listen_address);
1751
	xfree(listen_address);

Return to bug 1360