From 41620bcbb3f21e2cf7d23242ab0d21b07c308a66 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 4 Jun 1998 04:28:41 +0000 Subject: Brendan Cully's fixes for GSSAPI. svn path=/trunk/; revision=1892 --- imap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 11c64a8b..00efacba 100644 --- a/imap.c +++ b/imap.c @@ -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; } -- cgit v1.2.3