summaryrefslogtreecommitdiff
path: root/libsieve/sieve.l
diff options
context:
space:
mode:
Diffstat (limited to 'libsieve/sieve.l')
-rw-r--r--libsieve/sieve.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsieve/sieve.l b/libsieve/sieve.l
index 6369652d9..f3e2f5d4b 100644
--- a/libsieve/sieve.l
+++ b/libsieve/sieve.l
@@ -240,7 +240,7 @@ push_source (const char *name)
yyerror (_("recursive inclusion"));
return 1;
}
- if (ctx = ctx_lookup (st.st_ino))
+ if ((ctx = ctx_lookup (st.st_ino)))
{
yyerror (_("recursive inclusion"));
if (ctx->prev)

Return to:

Send suggestions and report system problems to the System administrator.