diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-08-30 18:04:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-08-30 18:04:49 +0000 |
commit | 63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (patch) | |
tree | 728d3982ab5ae9c52b086838bdd143dc60e20063 /imap.c | |
parent | fa56dea6e03634e7a89962d75a3f0e9c949931b6 (diff) | |
download | fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.gz fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.bz2 fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.zip |
Horst von Brand's security and specfile patches.
svn path=/trunk/; revision=2956
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |