mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
rcmd.c: Fix indentation in last commit
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
1629adf2a6
commit
589cccc8c9
@ -562,7 +562,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
|
|||||||
are protected read/write owner only. */
|
are protected read/write owner only. */
|
||||||
uid = __geteuid ();
|
uid = __geteuid ();
|
||||||
if (seteuid (pwd->pw_uid) < 0)
|
if (seteuid (pwd->pw_uid) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
hostf = iruserfopen (pbuf, pwd->pw_uid);
|
hostf = iruserfopen (pbuf, pwd->pw_uid);
|
||||||
|
|
||||||
@ -573,7 +573,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (seteuid (uid) < 0)
|
if (seteuid (uid) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
return isbad;
|
return isbad;
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user