Rename krb5_free_keyblock to krb5_free_keyblock_contents.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3917 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-11 01:52:46 +00:00
parent fb0f4ca9c3
commit b7ebe1debf
13 changed files with 17 additions and 17 deletions

View File

@@ -339,7 +339,7 @@ change (krb5_auth_context auth_context,
ret = db->store (context, db, 1, &ent);
}
krb5_data_free (&salt);
krb5_free_keyblock (context, &new_keyblock);
krb5_free_keyblock_contents (context, &new_keyblock);
if (ret) {
krb5_log (context, log_facility, KPASSWDD_LOG_ERR,