]> andersk Git - openssh.git/blobdiff - uidswap.c
- (bal) White Space and #ifdef sync with OpenBSD
[openssh.git] / uidswap.c
index 3b264cf9e866bb75331ae30eeba5d8c16e86764a..941d6f195059bc01c52432f57811f9caf696c6b2 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -117,8 +117,7 @@ restore_uid(void)
 #ifdef SAVED_IDS_WORK_WITH_SETEUID
        /* Set the effective uid back to the saved privileged uid. */
        if (seteuid(saved_euid) < 0)
-               fatal("seteuid %u: %.100s", (u_int) saved_euid, 
-                   strerror(errno));
+               fatal("seteuid %u: %.100s", (u_int) saved_euid, strerror(errno));
        if (setegid(saved_egid) < 0)
                fatal("setegid %u: %.100s", (u_int) saved_egid, 
                    strerror(errno));
This page took 0.042663 seconds and 4 git commands to generate.