- (stevesk) fix for SIA patch, misplaced session_setup_sia()

This commit is contained in:
Kevin Steves 2001-02-13 18:45:00 +00:00
parent 92ddb7d6f0
commit 7fafa5ccbe
2 changed files with 3 additions and 2 deletions

View File

@ -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 $

View File

@ -1046,8 +1046,8 @@ do_child(const char *command, struct passwd * pw, const char *term,
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