tags 576717 + confirmed patch thanks Hey, * Vladmimir Stavrinov <[email protected]> [2010-04-06 20:24]: > It say "skipping poll" because of interface is down, that is not true: this > interface is up and ping respond fast. As usual, after many years of reliable > work without any problems, it is result of upgrade from 6.3.13 version now. > Again as usual, downgrade to 6.3.13 solve this problem.
Thanks for the report. A fix will be included in the next fetchmail release or 6.3.15-2. In the meantime you can apply the attached patch. Cheers Nico -- Nico Golde - http://www.ngolde.de - [email protected] - GPG: 0xA0A0AAAA For security reasons, all text in this mail is double-rot13 encrypted.
--- interface.c 2010-03-18 10:13:39.000000000 +0100 +++ interface.c.new 2010-04-06 21:39:48.000000000 +0200 @@ -178,7 +178,7 @@ /* hide slash and trailing info from ifname */ if (sp) *sp = '\0'; - result = _get_ifinfoGT_(socket_fd, stats_file, ifname, ifinfo); + result = _get_ifinfoGT_(socket_fd, stats_file, tmp, ifinfo); free(tmp); } if (socket_fd >= 0)
pgpGSqJ8MfNK3.pgp
Description: PGP signature

