aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-06-12 23:02:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-06-12 23:02:37 +0000
commit1f00c246cf0327c33ee2a711cc01467598c9861f (patch)
treeb17359ff6e1fa634413b79d692cda52158545615 /imap.c
parent7bf74d9aba6d96eac8011fc96b1c3fc8dba9e422 (diff)
downloadfetchmail-1f00c246cf0327c33ee2a711cc01467598c9861f.tar.gz
fetchmail-1f00c246cf0327c33ee2a711cc01467598c9861f.tar.bz2
fetchmail-1f00c246cf0327c33ee2a711cc01467598c9861f.zip
OpenBSD port patches.
svn path=/trunk/; revision=2499
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 c6e3cc8b..31338378 100644
--- a/imap.c
+++ b/imap.c
@@ -293,7 +293,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) {