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

Collapse All | Expand All

(-)ssh.c (+1 lines)
Lines 966-971 control_persist_detach(void) Link Here
966
		if (devnull > STDERR_FILENO)
966
		if (devnull > STDERR_FILENO)
967
			close(devnull);
967
			close(devnull);
968
	}
968
	}
969
	setproctitle("%s [mux]", options.control_path);
969
}
970
}
970
971
971
/* Do fork() after authentication. Used by "ssh -f" */
972
/* Do fork() after authentication. Used by "ssh -f" */

Return to bug 1883