]> andersk Git - openssh.git/blobdiff - uidswap.c
- (djm) Avoid bad and unportable sprintf usage in compat code
[openssh.git] / uidswap.c
index 32305a7dc2322ef4aca8cf20fe83f378f4387556..cc91fcf25fd54f0e9e557058869c17cad45c2df3 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: uidswap.c,v 1.17 2001/08/08 18:20:15 markus Exp $");
+RCSID("$OpenBSD: uidswap.c,v 1.18 2001/08/08 21:34:19 markus Exp $");
 
 #include "log.h"
 #include "uidswap.h"
@@ -145,9 +145,6 @@ restore_uid(void)
 void
 permanently_set_uid(struct passwd *pw)
 {
-       /* it's a no-op unless privileged */
-       if (!privileged)
-               return;
        if (temporarily_use_uid_effective)
                fatal("restore_uid: temporarily_use_uid effective");
        if (setgid(pw->pw_gid) < 0)
This page took 0.040002 seconds and 4 git commands to generate.