]> andersk Git - openssh.git/blobdiff - uidswap.c
Removed old with-askpass option
[openssh.git] / uidswap.c
index 95ff18d6c6d892a9e51a18eaa711e54d720578ca..f606d40553bfb4be6c57802012f03032c9f00f6a 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -66,10 +66,11 @@ restore_uid()
        if (seteuid(saved_euid) < 0)
                debug("seteuid %d: %.100s", (int) saved_euid, strerror(errno));
 #else /* SAVED_IDS_WORK_WITH_SETEUID */
-       /* We are unable to restore the real uid to its unprivileged
-          value. */
-       /* Propagate the real uid (usually more privileged) to effective
-          uid as well. */
+       /*
+        * We are unable to restore the real uid to its unprivileged value.
+        * Propagate the real uid (usually more privileged) to effective uid
+        * as well.
+        */
        setuid(getuid());
 #endif /* SAVED_IDS_WORK_WITH_SETEUID */
 }
This page took 0.091159 seconds and 4 git commands to generate.