diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-12 23:02:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-12 23:02:37 +0000 |
commit | 1f00c246cf0327c33ee2a711cc01467598c9861f (patch) | |
tree | b17359ff6e1fa634413b79d692cda52158545615 /imap.c | |
parent | 7bf74d9aba6d96eac8011fc96b1c3fc8dba9e422 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |