From ed41914db25525515d52f28b7c3771b2895fac68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Aug 2001 08:25:55 +0000 Subject: Two of Matthias Andree's four bugs. svn path=/trunk/; revision=3444 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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; -- cgit v1.2.3