diff options
author | John Kohl <jtkohl@mit.edu> | 1991-02-22 09:24:20 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1991-02-22 09:24:20 +0000 |
commit | bfc951f3e2aca05623367e5b2350a894e8f332b5 (patch) | |
tree | 19fea4a395609ba1b988843ccb8f5716cdb9b58c /src | |
parent | dc9380fb4c30269a6a44690349fd62c64ab7f8a6 (diff) | |
download | krb5-bfc951f3e2aca05623367e5b2350a894e8f332b5.tar.gz krb5-bfc951f3e2aca05623367e5b2350a894e8f332b5.tar.xz krb5-bfc951f3e2aca05623367e5b2350a894e8f332b5.zip |
oops, need to use &fetchcreds..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1763 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/ccache/stdio/scc_retrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc_retrv.c b/src/lib/krb5/ccache/stdio/scc_retrv.c index 9916284416..3e8ed0924d 100644 --- a/src/lib/krb5/ccache/stdio/scc_retrv.c +++ b/src/lib/krb5/ccache/stdio/scc_retrv.c @@ -166,7 +166,7 @@ krb5_scc_retrieve(id, whichfields, mcreds, creds) } /* This one doesn't match */ - krb5_free_cred_contents(fetchcreds); + krb5_free_cred_contents(&fetchcreds); } /* If we get here, a match wasn't found */ |