aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/movemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r--lib-src/movemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 90e683ed855..45779dae5c2 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -338,7 +338,7 @@ main (int argc, char **argv)
338 int lockcount = 0; 338 int lockcount = 0;
339 int status = 0; 339 int status = 0;
340#if defined (MAIL_USE_MAILLOCK) && defined (HAVE_TOUCHLOCK) 340#if defined (MAIL_USE_MAILLOCK) && defined (HAVE_TOUCHLOCK)
341 time_t touched_lock IF_LINT (= 0); 341 time_t touched_lock;
342#endif 342#endif
343 343
344 if (setuid (getuid ()) < 0 || setregid (-1, real_gid) < 0) 344 if (setuid (getuid ()) < 0 || setregid (-1, real_gid) < 0)