summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 09:02:18 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 09:02:18 +1100
commit695ed397a5216189629aa717d03d72ad21cdee1a (patch)
tree42f22fdfd6038d6de16f264a9976e96e19100c35 /ChangeLog
parent759cb2a49aefe2757ec7b023024881f5d00efef5 (diff)
- djm@cvs.openbsd.org 2009/10/06 04:46:40
[session.c] bz#1596: fflush(NULL) before exec() to ensure that everying (motd in particular) has made it out before the streams go away.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2233fb9b..0914bf05b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,10 @@
84 [dh.c] 84 [dh.c]
85 fix a cast 85 fix a cast
86 ok djm@ markus@ 86 ok djm@ markus@
87 - djm@cvs.openbsd.org 2009/10/06 04:46:40
88 [session.c]
89 bz#1596: fflush(NULL) before exec() to ensure that everying (motd
90 in particular) has made it out before the streams go away.
87 91
8820091002 9220091002
89 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 93 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.