diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 09:16:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-31 09:16:39 +0000 |
commit | f773cf68c2b60a003966d8b69a6f90536fad8bd1 (patch) | |
tree | 865db31843e253b06c8931e08f900994a68350de /fetchmail.c | |
parent | 1d95131a945586b4eb6596583c364e5eb60025a8 (diff) | |
download | fetchmail-f773cf68c2b60a003966d8b69a6f90536fad8bd1.tar.gz fetchmail-f773cf68c2b60a003966d8b69a6f90536fad8bd1.tar.bz2 fetchmail-f773cf68c2b60a003966d8b69a6f90536fad8bd1.zip |
Add FIXME notes.
svn path=/trunk/; revision=456
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 |