From ca8943e6deefa16a3fc5c4d3b93d13b23d9dfc59 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 6 Jun 2002 20:42:04 +0000 Subject: - (bal) Corrected debug() in uidswap.c to match upstream. --- uidswap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uidswap.c') diff --git a/uidswap.c b/uidswap.c index af7e86e8..b35cb5b8 100644 --- a/uidswap.c +++ b/uidswap.c @@ -145,7 +145,7 @@ void permanently_set_uid(struct passwd *pw) { if (temporarily_use_uid_effective) - fatal("restore_uid: temporarily_use_uid effective"); + fatal("permanently_set_uid: temporarily_use_uid effective"); if (setgid(pw->pw_gid) < 0) fatal("setgid %u: %.100s", (u_int)pw->pw_gid, strerror(errno)); if (setuid(pw->pw_uid) < 0) -- cgit v1.2.1