- (stevesk) fix for SIA patch, misplaced session_setup_sia()
diff --git a/ChangeLog b/ChangeLog
index 6d07d01..65b7ed2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
    Mark Miller <markm@swoon.net>
  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
    <cmadams@hiwaay.net> with a little modification and KNF.
+ - (stevesk) fix for SIA patch, misplaced session_setup_sia()
 
 20010213
  - (djm) Only test -S potential EGD sockets if they exist and are readable.
@@ -3924,4 +3925,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.758 2001/02/13 14:25:23 djm Exp $
+$Id: ChangeLog,v 1.759 2001/02/13 18:45:00 stevesk Exp $
diff --git a/session.c b/session.c
index a9b4d87..a595a53 100644
--- a/session.c
+++ b/session.c
@@ -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