aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
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':