aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-05 04:26:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-05 04:26:07 +0000
commit9539a850a317fea27b99fe17fb10440ae7c5de11 (patch)
treee43f3fabcfca5fbc3654c9bbb3b68af3940be81c
parentb2c3f987c2af7b08ea5f670d94d4e94c994c2c96 (diff)
downloadfetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.tar.gz
fetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.tar.bz2
fetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.zip
Make localname defaulting work properly.
svn path=/trunk/; revision=222
-rw-r--r--options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.c b/options.c
index b2369cfc..08bcbd35 100644
--- a/options.c
+++ b/options.c
@@ -282,7 +282,6 @@ struct hostrec *queryctl;
queryctl->keep = 0;
queryctl->norewrite = 0;
- strcpy(queryctl->localname, user);
strcpy(queryctl->remotename, user);
strcpy(queryctl->smtphost, "localhost");