krb5_princ_realm -> krb5_principal_get_realm

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13022 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2003-10-20 16:14:02 +00:00
parent beba4ef8f9
commit 744bd74233
5 changed files with 17 additions and 17 deletions

View File

@@ -632,7 +632,7 @@ krb5_set_password (krb5_context context,
principal = targprinc;
ret = krb5_make_principal(context, &creds.server,
*krb5_princ_realm(context, principal),
krb5_principal_get_realm(context, principal),
"kadmin", "changepw", NULL);
if (ret)
goto out;