aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 73c43902..a7ee44d5 100644
--- a/driver.c
+++ b/driver.c
@@ -240,7 +240,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
{
char *rhs;
- rhs = atsign + 1 + (strlen(atsign) - strlen(idp->id));
+ rhs = atsign + (strlen(atsign) - strlen(idp->id));
if ((rhs[-1] == '.' || rhs[-1] == '@')
&& strcmp(rhs, idp->id) == 0)
{