rcmd.c: Fix indentation in last commit

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Siddhesh Poyarekar 2023-04-18 09:47:40 -04:00
parent 1629adf2a6
commit 589cccc8c9

View File

@ -562,7 +562,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
are protected read/write owner only. */
uid = __geteuid ();
if (seteuid (pwd->pw_uid) < 0)
return -1;
return -1;
hostf = iruserfopen (pbuf, pwd->pw_uid);
@ -573,7 +573,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
}
if (seteuid (uid) < 0)
return -1;
return -1;
return isbad;
}
return -1;