From a0ce579964a055173d52c9d9094f4959029b387f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 27 Nov 2006 03:27:19 +0000 Subject: Fix +GSS feature reporting. svn path=/branches/BRANCH_6-3/; revision=4974 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 38029b20..443b1feb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -232,7 +232,7 @@ int main(int argc, char **argv) "-IMAP" #endif /* IMAP_ENABLE */ #ifdef GSSAPI - "+IMAP-GSS" + "+GSS" #endif /* GSSAPI */ #ifdef RPA_ENABLE "+RPA" -- cgit v1.2.3