diff options
author | djm@openbsd.org <djm@openbsd.org> | 2016-04-01 02:34:10 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-04-01 23:57:14 +1100 |
commit | 95687f5831ae680f7959446d8ae4b52452ee05dd (patch) | |
tree | 4f9c72142fa11be5de7df5012da3cabdf3b8f9f4 /mux.c | |
parent | fdfbf4580de09d84a974211715e14f88a5704b8e (diff) |
upstream commit
whitespace at EOL
Upstream-ID: 40ae2203d07cb14e0a89e1a0d4c6120ee8fd8c3a
Diffstat (limited to 'mux.c')
-rw-r--r-- | mux.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mux.c,v 1.58 2016/01/13 23:04:47 djm Exp $ */ | 1 | /* $OpenBSD: mux.c,v 1.59 2016/04/01 02:34:10 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> | 3 | * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> |
4 | * | 4 | * |
@@ -1297,7 +1297,7 @@ muxserver_listen(void) | |||
1297 | /* Now atomically "move" the mux socket into position */ | 1297 | /* Now atomically "move" the mux socket into position */ |
1298 | if (link(options.control_path, orig_control_path) != 0) { | 1298 | if (link(options.control_path, orig_control_path) != 0) { |
1299 | if (errno != EEXIST) { | 1299 | if (errno != EEXIST) { |
1300 | fatal("%s: link mux listener %s => %s: %s", __func__, | 1300 | fatal("%s: link mux listener %s => %s: %s", __func__, |
1301 | options.control_path, orig_control_path, | 1301 | options.control_path, orig_control_path, |
1302 | strerror(errno)); | 1302 | strerror(errno)); |
1303 | } | 1303 | } |