aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 464cf68e..beeba893 100644
--- a/driver.c
+++ b/driver.c
@@ -327,7 +327,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
cp, idp->id);
save_str(xmit_names, cp, XMIT_ACCEPT);
accept_count++;
- break;
+ goto nomap;
}
}
@@ -349,6 +349,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
}
atsign[0] = '\0';
map_name(cp, ctl, xmit_names);
+ nomap:;
}
}
}