summaryrefslogtreecommitdiff
path: root/mh/mh_whom.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_whom.c')
-rw-r--r--mh/mh_whom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mh_whom.c b/mh/mh_whom.c
index 32d373501..bd09e256e 100644
--- a/mh/mh_whom.c
+++ b/mh/mh_whom.c
@@ -56,7 +56,8 @@ scan_addrs (char *str, int isbcc)
address_t addr;
size_t i, count;
- address_create (&addr, str);
+ if (address_create (&addr, str))
+ return;
address_get_count (addr, &count);
for (i = 1; i <= count; i++)
{

Return to:

Send suggestions and report system problems to the System administrator.