summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-03 03:36:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-03 03:36:54 +0000
commitaf40bc6a72013e9eec74ec99e21dab9342ac9880 (patch)
tree932c4234df520c7d3e917c1c49652969e740a916 /uidswap.c
parent07739fe305472f6755a42d2ab4cd442adf44c8a0 (diff)
downloadopenssh-git-af40bc6a72013e9eec74ec99e21dab9342ac9880.tar.gz
- (bal) mispelling in uidswap.c (portable only)
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
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)