summaryrefslogtreecommitdiff
path: root/src/mail-wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail-wrapper.c')
-rw-r--r--src/mail-wrapper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c
index ce2853c3b..7493d5bd8 100644
--- a/src/mail-wrapper.c
+++ b/src/mail-wrapper.c
@@ -95,10 +95,6 @@ main(int argc, char** argv, char** env)
check_caller(logident, parentgid);
/* If we got here, everything must be OK */
- status = setuid(geteuid());
- if (status)
- fatal(logident, "%s", strerror(errno));
-
status = run_script(argv[1], argc, argv, env);
fatal(logident, "%s", strerror(errno));
return status;