mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
upstream commit
whitespace at EOL Upstream-ID: 40ae2203d07cb14e0a89e1a0d4c6120ee8fd8c3a
This commit is contained in:
parent
fdfbf4580d
commit
95687f5831
4
mux.c
4
mux.c
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: mux.c,v 1.58 2016/01/13 23:04:47 djm Exp $ */
|
/* $OpenBSD: mux.c,v 1.59 2016/04/01 02:34:10 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
|
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
|
||||||
*
|
*
|
||||||
@ -1297,7 +1297,7 @@ muxserver_listen(void)
|
|||||||
/* Now atomically "move" the mux socket into position */
|
/* Now atomically "move" the mux socket into position */
|
||||||
if (link(options.control_path, orig_control_path) != 0) {
|
if (link(options.control_path, orig_control_path) != 0) {
|
||||||
if (errno != EEXIST) {
|
if (errno != EEXIST) {
|
||||||
fatal("%s: link mux listener %s => %s: %s", __func__,
|
fatal("%s: link mux listener %s => %s: %s", __func__,
|
||||||
options.control_path, orig_control_path,
|
options.control_path, orig_control_path,
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user