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

(-)a/clientloop.c (-1 / +3 lines)
Lines 2157-2164 client_stop_mux(void) Link Here
2157
	 * If we are in persist mode, signal that we should close when all
2157
	 * If we are in persist mode, signal that we should close when all
2158
	 * active channels are closed.
2158
	 * active channels are closed.
2159
	 */
2159
	 */
2160
	if (options.control_persist)
2160
	if (options.control_persist) {
2161
		setproctitle("[stopped mux]");
2161
		session_closed = 1;
2162
		session_closed = 1;
2163
	}
2162
}
2164
}
2163
2165
2164
/* client specific fatal cleanup */
2166
/* client specific fatal cleanup */

Return to bug 1911