diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-19 18:10:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-19 18:10:33 +0000 |
commit | f672ee3316c18d1029104ce3242db5ba1d681313 (patch) | |
tree | 63b5f2d23ed626b55030340c686b20da5dc719a9 /options.c | |
parent | b39cadb30422e70ffff2b81c62901bfaa71d2c1a (diff) | |
download | fetchmail-f672ee3316c18d1029104ce3242db5ba1d681313.tar.gz fetchmail-f672ee3316c18d1029104ce3242db5ba1d681313.tar.bz2 fetchmail-f672ee3316c18d1029104ce3242db5ba1d681313.zip |
Added SMTP hunt list feature.
svn path=/trunk/; revision=905
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |