summaryrefslogtreecommitdiff
path: root/daemons/lmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/lmail.c')
-rw-r--r--daemons/lmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lmail.c b/daemons/lmail.c
index 963f5dcd..33ccf66b 100644
--- a/daemons/lmail.c
+++ b/daemons/lmail.c
@@ -510,7 +510,7 @@ main (int argc, char **argv)
else
/* Multiple recipients. */
{
- int cached; /* Temporary processed input file. */
+ int cached = 0; /* Temporary processed input file. */
ex = cache (in, file ?: "-", &params, &cached);
if (! ex)