aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
commit63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (patch)
tree728d3982ab5ae9c52b086838bdd143dc60e20063 /imap.c
parentfa56dea6e03634e7a89962d75a3f0e9c949931b6 (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
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) {