summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'session.c')
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 1d63f9f50..1eb66f440 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.c,v 1.216 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: session.c,v 1.217 2006/08/04 20:46:05 stevesk 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
@@ -1598,7 +1598,7 @@ do_child(Session *s, const char *command)
1598 do_rc_files(s, shell); 1598 do_rc_files(s, shell);
1599 1599
1600 /* restore SIGPIPE for child */ 1600 /* restore SIGPIPE for child */
1601 signal(SIGPIPE, SIG_DFL); 1601 signal(SIGPIPE, SIG_DFL);
1602 1602
1603 if (options.use_login) { 1603 if (options.use_login) {
1604 launch_login(pw, hostname); 1604 launch_login(pw, hostname);