diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-08-06 08:25:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-08-06 08:25:55 +0000 |
commit | ed41914db25525515d52f28b7c3771b2895fac68 (patch) | |
tree | e2098884bcc365a6310a6d825efb3fcde8e5f5c8 /fetchmail.c | |
parent | 69201e688442e95f376ec4d6d395ed749ce3e821 (diff) | |
download | fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.gz fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.bz2 fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.zip |
Two of Matthias Andree's four bugs.
svn path=/trunk/; revision=3444
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index cba2c678..5d513010 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -73,7 +73,7 @@ char *home; /* invoking user's home directory */ char *fmhome; /* fetchmail's home directory */ char *program_name; /* the name to prefix error messages with */ flag configdump; /* dump control blocks for configurator */ -const char *fetchmailhost; /* either `localhost' or the host's FQDN */ +char *fetchmailhost; /* either `localhost' or the host's FQDN */ #if NET_SECURITY void *request = NULL; |