OSF_SIA bug in 2.3.0p1

Kevin Steves stevesk at sweden.hp.com
Wed Feb 14 04:06:46 EST 2001


On Wed, 14 Feb 2001, Damien Miller wrote:
: Thanks - this makes the SIA support a great deal neater!
:
: Please check what I have committed to make sure I haven't broken your
: work :)

one thing broke, and i think this is correct:

Index: session.c
===================================================================
RCS file: /var/cvs/openssh/session.c,v
retrieving revision 1.72
diff -u -r1.72 session.c
--- session.c	2001/02/13 14:25:23	1.72
+++ session.c	2001/02/13 17:05:46
@@ -1046,8 +1046,8 @@
 	   switch, so we let login(1) to this for us. */
 	if (!options.use_login) {
 #ifdef HAVE_OSF_SIA
-#else /* HAVE_OSF_SIA */
 		session_setup_sia(pw->pw_name, ttyname);
+#else /* HAVE_OSF_SIA */
 #ifdef HAVE_CYGWIN
 		if (is_winnt) {
 #else






More information about the openssh-unix-dev mailing list