diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-03-19 13:30:00 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-03-19 13:30:00 +0000 |
commit | 5b1232a2a49376835d62bc0b5a7b9f3c3c5340c9 (patch) | |
tree | 585dadc6b1745cd9be2281d5854c231eba66562b /fetchmail.c | |
parent | 5b2ca75877487f275dada855afefea2af57c2d2c (diff) | |
download | fetchmail-5b1232a2a49376835d62bc0b5a7b9f3c3c5340c9.tar.gz fetchmail-5b1232a2a49376835d62bc0b5a7b9f3c3c5340c9.tar.bz2 fetchmail-5b1232a2a49376835d62bc0b5a7b9f3c3c5340c9.zip |
Add a FIXME comment.
svn path=/trunk/; revision=4026
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 64b9b189..f75b062e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1123,6 +1123,10 @@ static int load_params(int argc, char **argv, int optind) #endif DEFAULT(ctl->server.checkalias, FALSE); #ifndef SSL_ENABLE + /* + * XXX FIXME: do we need this check or can we rely on the .y + * parser handling this? + */ if (ctl->use_ssl) { report(stderr, GT_("SSL support is not compiled in.\n")); |