aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-02 19:13:13 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-02 19:13:13 +0000
commit971a363228832ae0210491c2629f964b8bb7aea7 (patch)
treeb4eb9f7a2b6d8361f6e54f81c447cc93200dad0a /rcfile_y.y
parenta7599402b2e4d8c5cef1da9fe12159640fd15812 (diff)
downloadfetchmail-971a363228832ae0210491c2629f964b8bb7aea7.tar.gz
fetchmail-971a363228832ae0210491c2629f964b8bb7aea7.tar.bz2
fetchmail-971a363228832ae0210491c2629f964b8bb7aea7.zip
Some name changes.
svn path=/trunk/; revision=24
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index c2637a04..ab883419 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -60,7 +60,7 @@ server_options: serv_option_clause
serv_option_clause:
KW_PROTOCOL proto {prc_setproto($2);}
- | KW_USERNAME PARAM_STRING {prc_setusername($2);}
+ | KW_USERNAME PARAM_STRING {prc_remotename($2);}
| KW_PASSWORD PARAM_STRING {prc_setpassword($2);}
| KW_REMOTEFOLDER PARAM_STRING {prc_setremote($2);}
| KW_LOCALFOLDER PARAM_STRING {prc_setlocal($2);}