]> andersk Git - openssh.git/commitdiff
- (bal) mispelling in uidswap.c (portable only)
authormouring <mouring>
Wed, 3 Apr 2002 03:36:54 +0000 (03:36 +0000)
committermouring <mouring>
Wed, 3 Apr 2002 03:36:54 +0000 (03:36 +0000)
ChangeLog
uidswap.c

index bae2a1047db12ed3e87cd347ac238dee5c774f81..5494f016eb4b136823fa1b7f6cea833e3e4ef9bf 100644 (file)
--- 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
index bbef830ebf66338419e6a60387ad5098aa0ba348..9b16a6b51457605914a847f6b2f32a94076fe540 100644 (file)
--- 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)
This page took 0.068112 seconds and 5 git commands to generate.