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 eaf5606c..11d4cdef 100644
--- a/options.c
+++ b/options.c
@@ -294,7 +294,7 @@ struct query *ctl; /* option record to be initialized */
strcpy(buf, optarg);
cp = strtok(buf, ",");
do {
- save_str(&ctl->smtphunt, -1, optarg);
+ save_str(&ctl->smtphunt, -1, cp);
} while
((cp = strtok((char *)NULL, ",")));
ocount++;