diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:26:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:26:07 +0000 |
commit | 9539a850a317fea27b99fe17fb10440ae7c5de11 (patch) | |
tree | e43f3fabcfca5fbc3654c9bbb3b68af3940be81c | |
parent | b2c3f987c2af7b08ea5f670d94d4e94c994c2c96 (diff) | |
download | fetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.tar.gz fetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.tar.bz2 fetchmail-9539a850a317fea27b99fe17fb10440ae7c5de11.zip |
Make localname defaulting work properly.
svn path=/trunk/; revision=222
-rw-r--r-- | options.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"); |