From: mouring Date: Wed, 3 Apr 2002 03:36:54 +0000 (+0000) Subject: - (bal) mispelling in uidswap.c (portable only) X-Git-Tag: PRE_SW_KRBV~33 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/c895376b0ec3f6963bb6fc1bf2e72256025a3629 - (bal) mispelling in uidswap.c (portable only) --- diff --git a/ChangeLog b/ChangeLog index bae2a104..5494f016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ - markus@cvs.openbsd.org 2002/04/02 20:11:38 [ssh-rsa.c] ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 + - (bal) mispelling in uidswap.c (portable only) 20020401 - (stevesk) [monitor.c] PAM should work again; will *not* work with diff --git a/uidswap.c b/uidswap.c index bbef830e..9b16a6b5 100644 --- a/uidswap.c +++ b/uidswap.c @@ -84,7 +84,7 @@ temporarily_use_uid(struct passwd *pw) /* Set the effective uid to the given (unprivileged) uid. */ if (setgroups(user_groupslen, user_groups) < 0) fatal("setgroups: %.100s", strerror(errno)); -#endif /* !HAVE_CYWIN */ +#endif /* !HAVE_CYGWIN */ #ifndef SAVED_IDS_WORK_WITH_SETEUID /* Propagate the privileged gid to all of our gids. */ if (setgid(getegid()) < 0)