summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 9820455c4..2272f24cb 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.c,v 1.284 2016/02/08 10:57:07 djm Exp $ */ 1/* $OpenBSD: clientloop.c,v 1.285 2016/07/11 21:38:13 tb Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1512,7 +1512,7 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
1512 if (options.control_master && 1512 if (options.control_master &&
1513 ! option_clear_or_none(options.control_path)) { 1513 ! option_clear_or_none(options.control_path)) {
1514 debug("pledge: id"); 1514 debug("pledge: id");
1515 if (pledge("stdio rpath wpath cpath unix inet dns proc exec id tty", 1515 if (pledge("stdio rpath wpath cpath unix inet dns recvfd proc exec id tty",
1516 NULL) == -1) 1516 NULL) == -1)
1517 fatal("%s pledge(): %s", __func__, strerror(errno)); 1517 fatal("%s pledge(): %s", __func__, strerror(errno));
1518 1518