From 65727bdc475d884a2a761f54a5b1142bc738611d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Jan 2001 15:27:58 +0000 Subject: [PATCH] Removed unnecessary cast. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9ba0c8d..6dcd691 100644 --- a/main.c +++ b/main.c @@ -93,7 +93,7 @@ main(int argc, char * argv[]) /* Log a few helpful facts about this Petidomo instance. */ syslog(LOG_DEBUG, "%s starting up; mode=%s, listname=%s, masterconf=%s, approved=%s, ruid=%d, euid=%d, gid=%d, egid=%d", - (char *)petidomo_version.v_gnu, mode, listname, masterconfig_path, (g_is_approved) ? "true" : "false", + petidomo_version.v_gnu, mode, listname, masterconfig_path, (g_is_approved) ? "true" : "false", getuid(), geteuid(), getgid(), getegid()); /* Init Petidomo's internal stuff. */