From 5b1232a2a49376835d62bc0b5a7b9f3c3c5340c9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 19 Mar 2005 13:30:00 +0000 Subject: Add a FIXME comment. svn path=/trunk/; revision=4026 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') 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")); -- cgit v1.2.3