pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh/patches fix variable name in Interix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c9dfb565e6c
branches:  trunk
changeset: 521792:9c9dfb565e6c
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 21 17:43:56 2006 +0000

description:
fix variable name in Interix part of patch

diffstat:

 security/openssh/patches/patch-av |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c6666579efd -r 9c9dfb565e6c security/openssh/patches/patch-av
--- a/security/openssh/patches/patch-av Tue Nov 21 15:30:27 2006 +0000
+++ b/security/openssh/patches/patch-av Tue Nov 21 17:43:56 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-av,v 1.5 2006/10/31 03:31:20 taca Exp $
+$NetBSD: patch-av,v 1.6 2006/11/21 17:43:56 tv Exp $
 
 --- sshd.c.orig        2006-10-29 17:01:29.000000000 +0900
 +++ sshd.c
@@ -19,7 +19,7 @@
        do_setusercontext(privsep_pw);
  #else
 +#ifdef HAVE_INTERIX
-+      if (setuser(pw->pw_name, NULL, SU_COMPLETE))
++      if (setuser(privsep_pw->pw_name, NULL, SU_COMPLETE))
 +              fatal("setuser: %.100s", strerror(errno));
 +#else
        gidset[0] = privsep_pw->pw_gid;



Home | Main Index | Thread Index | Old Index