[pkg-fetchmail-maint] Bug#389270: additional information
Clemens Buchacher
drizzd at aon.at
Mon Nov 27 19:46:25 CET 2006
Hi,
On Wed, Nov 22, 2006 at 06:34:34PM +0100, Nico Golde wrote:
> Will be fixed with the next upload, we just changed the
> awaken to a restart in the init script since fetchmail is
> really not able to notice when the environment changes.
The appended change fixes the problem for me.
Cheers,
Clemens
--- fetchmail-6.3.4/driver.c 2006-03-31 14:10:20.000000000 +0200
+++ fetchmail-6.3.4.new/driver.c 2006-11-27 19:35:02.000000000 +0100
@@ -1020,6 +1020,7 @@
report(stderr,
GT_("couldn't find canonical DNS name of %s (%s)\n"),
ctl->server.pollname, ctl->server.queryname);
+ freeaddrinfo(res);
err = PS_DNS;
set_timeout(0);
phase = oldphase;
More information about the pkg-fetchmail-maint
mailing list