no expunge flag to krb5_rc_store()
authorJohn Kohl <jtkohl@mit.edu>
Sat, 5 May 1990 11:58:01 +0000 (11:58 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sat, 5 May 1990 11:58:01 +0000 (11:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@743 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/rd_req_dec.c

index e71bf31047bcaede0582bf5f2c3db4772b2489e5..ff9f8310098d48dabef323d0db624056c1dc8404 100644 (file)
@@ -146,7 +146,7 @@ krb5_tkt_authent *tktauthent;
     tktauthent->ticket = req->ticket;  /* only temporarily...allocated
                                           below */
 
-    if ((retval = krb5_rc_store(rcache, tktauthent, TRUE))) {
+    if ((retval = krb5_rc_store(rcache, tktauthent))) {
        tktauthent->ticket = 0;
        clean_authenticator();
        return retval;