View | Details | Raw Unified | Return to bug 1037
Collapse All | Expand All

(-)ssh.c (-2 / +1 lines)
Lines 871-878 ssh_init_forwarding(void) Link Here
871
		debug("Remote connections from %.200s:%d forwarded to "
874
		debug("Remote connections from %.200s:%d forwarded to "
872
		    "local address %.200s:%d",
875
		    "local address %.200s:%d",
873
		    (options.remote_forwards[i].listen_host == NULL) ? 
876
		    (options.remote_forwards[i].listen_host == NULL) ? 
874
		    (options.gateway_ports ? "*" : "LOCALHOST") : 
877
		    "LOCALHOST" : options.remote_forwards[i].listen_host,
875
		    options.remote_forwards[i].listen_host,
876
		    options.remote_forwards[i].listen_port,
878
		    options.remote_forwards[i].listen_port,
877
		    options.remote_forwards[i].connect_host,
879
		    options.remote_forwards[i].connect_host,
878
		    options.remote_forwards[i].connect_port);
880
		    options.remote_forwards[i].connect_port);

Return to bug 1037