]> andersk Git - openssh.git/blobdiff - uidswap.c
- (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
[openssh.git] / uidswap.c
index d3109de5a42ffdabce48d6eb8018967391527274..86c61a4b0182b0563036d08a99e9976799607f87 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -114,8 +114,8 @@ restore_uid(void)
        if (!temporarily_use_uid_effective)
                fatal("restore_uid: temporarily_use_uid not effective");
 
-       debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid);
 #ifdef SAVED_IDS_WORK_WITH_SETEUID
+       debug("restore_uid: %u/%u", (u_int)saved_euid, (u_int)saved_egid);
        /* 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));
This page took 0.038465 seconds and 4 git commands to generate.