diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index f7bce817..de5397b3 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -312,6 +312,8 @@ char **argv; popstatus = query_host(ctl); /* + * FIXME: This is a crock. There must be a better way... + * * Under Linux, if fetchmail is run in daemon mode * with the network inaccessible, each poll leaves a * socket allocated but in CLOSE state (this is |