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

(-)ssh.c (-3 / +3 lines)
Lines 1188-1200 ssh_session2(void) Link Here
1188
		packet_send();
1188
		packet_send();
1189
	}
1189
	}
1190
1190
1191
	/* Start listening for multiplex clients */
1192
	muxserver_listen();
1193
1191
	/* Execute a local command */
1194
	/* Execute a local command */
1192
	if (options.local_command != NULL &&
1195
	if (options.local_command != NULL &&
1193
	    options.permit_local_command)
1196
	    options.permit_local_command)
1194
		ssh_local_cmd(options.local_command);
1197
		ssh_local_cmd(options.local_command);
1195
1196
	/* Start listening for multiplex clients */
1197
	muxserver_listen();
1198
1198
1199
	/* If requested, let ssh continue in the background. */
1199
	/* If requested, let ssh continue in the background. */
1200
	if (fork_after_authentication_flag) {
1200
	if (fork_after_authentication_flag) {

Return to bug 1610