diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-11-27 03:27:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-11-27 03:27:19 +0000 |
commit | a0ce579964a055173d52c9d9094f4959029b387f (patch) | |
tree | 0259ec87f60b23609af134a4129265bd624899b5 /fetchmail.c | |
parent | d45228ce3f2b591beb4fd5fb571439de0ea81793 (diff) | |
download | fetchmail-a0ce579964a055173d52c9d9094f4959029b387f.tar.gz fetchmail-a0ce579964a055173d52c9d9094f4959029b387f.tar.bz2 fetchmail-a0ce579964a055173d52c9d9094f4959029b387f.zip |
Fix +GSS feature reporting.
svn path=/branches/BRANCH_6-3/; revision=4974
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |