]> Pileus Git - ~andy/fetchmail/commitdiff
Make localname defaulting work properly.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 5 Oct 1996 04:26:07 +0000 (04:26 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 5 Oct 1996 04:26:07 +0000 (04:26 -0000)
svn path=/trunk/; revision=222

options.c

index b2369cfcd26811adf827c87faf60fc9e02ebe714..08bcbd356404acd19cafd516b967740f30b24311 100644 (file)
--- 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");