aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-12-21 20:39:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-12-21 20:39:42 +0000
commit0222ef903f380cba8f2dc276c2d7d139440a241c (patch)
tree46153cdf19e983402e1fa6c8ac0ed4a1c25fd268
parent50b850682e11c0e9f154d3dbdcb3497e96cabc76 (diff)
downloadfetchmail-0222ef903f380cba8f2dc276c2d7d139440a241c.tar.gz
fetchmail-0222ef903f380cba8f2dc276c2d7d139440a241c.tar.bz2
fetchmail-0222ef903f380cba8f2dc276c2d7d139440a241c.zip
Comment fix.
svn path=/trunk/; revision=3002
-rw-r--r--fetchmail.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index ef349875..ee46cdeb 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -653,9 +653,10 @@ int main(int argc, char **argv)
* reliability and shave off some per-UDP-packet costs.
* Unfortunately it interacted badly with diald, which effectively
* filters out DNS queries over TCP/IP for reasons having to do
- * with some obscure kernel problem involving bootstrapping of
+ * with some obscure Linux kernel problem involving bootstrapping of
* dynamically-addressed links. I don't understand this mess
- * and don't want to, so it's "See ya!" to this hack. */
+ * and don't want to, so it's "See ya!" to this hack.
+ */
sethostent(TRUE); /* use TCP/IP for mailserver queries */
#endif /* HAVE_RES_SEARCH */