oops, need to use &fetchcreds..
authorJohn Kohl <jtkohl@mit.edu>
Fri, 22 Feb 1991 09:24:20 +0000 (09:24 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 22 Feb 1991 09:24:20 +0000 (09:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1763 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/stdio/scc_retrv.c

index 991628441630c316d6dde3c1b6e1791e526f2ba8..3e8ed0924dd2ad9b6938428a6931c76a0f5f3f98 100644 (file)
@@ -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 */