aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfc822.c b/rfc822.c
index 9195d9bf..9dd17272 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -80,10 +80,12 @@ const char *host; /* server hostname */
}
#endif /* TESTMAIN */
if (state != 2)
+ {
if (*from == '(')
++parendepth;
else if (*from == ')')
--parendepth;
+ }
if (!parendepth && !has_host_part)
switch (state)