From 63e73179a50ab463e460a5c2ed070b6c5a6a1dbd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Aug 2000 18:04:49 +0000 Subject: Horst von Brand's security and specfile patches. svn path=/trunk/; revision=2956 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 1f8d7cba..0654bdeb 100644 --- a/imap.c +++ b/imap.c @@ -315,7 +315,7 @@ static int do_rfc1731(int sock, char *truename) memcpy(session, credentials.session, sizeof session); memset(&credentials, 0, sizeof credentials); - des_key_sched(&session, schedule); + des_key_sched(session, schedule); result = krb_get_tf_fullname(TKT_FILE, tktuser, tktinst, tktrealm); if (result) { -- cgit v1.2.3