diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-04 20:46:06 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-08-04 20:46:06 +0000 |
commit | 0385c57f56dcbf2bae0694a3f94c8ec777d6608d (patch) | |
tree | 5775aaf4f0d556bc1d074a251666c81d7ff1b1aa /usr.bin/ssh/session.c | |
parent | 33e07d449865a4181b1eca1ed6692c96fff7b7c0 (diff) |
spaces
Diffstat (limited to 'usr.bin/ssh/session.c')
-rw-r--r-- | usr.bin/ssh/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index e19f09a052c..0dd09cdfc07 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.216 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: session.c,v 1.217 2006/08/04 20:46:05 stevesk Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -1170,7 +1170,7 @@ do_child(Session *s, const char *command) do_rc_files(s, shell); /* restore SIGPIPE for child */ - signal(SIGPIPE, SIG_DFL); + signal(SIGPIPE, SIG_DFL); if (options.use_login) { launch_login(pw, hostname); |