From f672ee3316c18d1029104ce3242db5ba1d681313 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 19 Feb 1997 18:10:33 +0000 Subject: Added SMTP hunt list feature. svn path=/trunk/; revision=905 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index a723a7cd..7081ee84 100644 --- a/options.c +++ b/options.c @@ -247,7 +247,7 @@ struct query *ctl; /* option record to be initialized */ break; case 'S': case LA_SMTPHOST: - ctl->smtphost = xstrdup(optarg); + save_str(&ctl->smtphunt, -1, optarg); ocount++; break; case 'b': -- cgit v1.2.3