(main): dereference result from krb5_princ_realm. from Thomas Nystrom

<thn@saeab.se>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10124 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-19 09:02:32 +00:00
parent bd4ea7853d
commit b7eeb7eb8d

View File

@@ -491,8 +491,8 @@ main (int argc, char **argv)
NULL,
get_v4_tgt,
"realms",
krb5_princ_realm(context,
principal),
*krb5_princ_realm(context,
principal),
"krb4_get_tickets",
NULL);
#endif