diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-03 05:36:54 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-04-03 05:36:54 +0200 |
commit | af40bc6a72013e9eec74ec99e21dab9342ac9880 (patch) | |
tree | 932c4234df520c7d3e917c1c49652969e740a916 /uidswap.c | |
parent | - markus@cvs.openbsd.org 2002/04/02 20:11:38 (diff) | |
download | openssh-af40bc6a72013e9eec74ec99e21dab9342ac9880.tar.xz openssh-af40bc6a72013e9eec74ec99e21dab9342ac9880.zip |
- (bal) mispelling in uidswap.c (portable only)
Diffstat (limited to 'uidswap.c')
-rw-r--r-- | uidswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |