diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 04:28:41 +0000 |
commit | 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 (patch) | |
tree | c31c58aeae5acf2c33d05bebe84ecd0cddfbc04c /imap.c | |
parent | 17b79e30b7dd686e0f11436030e7a9bcce7969b2 (diff) | |
download | fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.gz fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.tar.bz2 fetchmail-41620bcbb3f21e2cf7d23242ab0d21b07c308a66.zip |
Brendan Cully's fixes for GSSAPI.
svn path=/trunk/; revision=1892
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -561,6 +561,7 @@ static int do_gssauth(int sock, char *hostname, char *username) * credentials. RFC 1731 doesn't specify what to do, and since this * support is only for authentication, we'll assume the server * knows enough to flush its own credentials */ + gss_release_buffer(&min_stat, &send_token); return PS_SUCCESS; } |