summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 16:04:56 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 16:04:56 +1000
commit2ff1ca56ebee93d2881e4abaab1b8bc84dad4db8 (patch)
tree1800c71809f80725e26a40ece28ef120183b1053 /session.c
parentb3da593962885883feca47ceb36617ab3eafcee8 (diff)
- markus@cvs.openbsd.org 2008/05/09 16:16:06
[session.c] re-add the USE_PIPES code and enable it. without pipes shutdown-read from the sshd does not trigger a SIGPIPE when the forked program does a write. ok djm@ (Id sync only, USE_PIPES never left portable OpenSSH)
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index c8ed25234..b4afed6fd 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.c,v 1.237 2008/05/08 12:21:16 djm Exp $ */ 1/* $OpenBSD: session.c,v 1.238 2008/05/09 16:16:06 markus Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved