]> andersk Git - openssh.git/blobdiff - uidswap.c
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[openssh.git] / uidswap.c
index 3b264cf9e866bb75331ae30eeba5d8c16e86764a..cc91fcf25fd54f0e9e557058869c17cad45c2df3 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: uidswap.c,v 1.16 2001/04/20 16:32:22 markus Exp $");
+RCSID("$OpenBSD: uidswap.c,v 1.18 2001/08/08 21:34:19 markus Exp $");
 
 #include "log.h"
 #include "uidswap.h"
@@ -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.027001 seconds and 4 git commands to generate.