krb5_address_compare -- Compare two
addresses

C Prototype

krb5_boolean krb5_address_compare(
krb5_context context,
const krb5_address *addr1,
const krb5_address *addr2 );
Arguments

context (input/output) | | The context structure. |
| addr1 (input) | | The first address to compare. |
| addr2 (input) | | The second address to compare. |
Description

This routine compares two Kerberos addresses.
Return
Values

This routine returns one of the following KRB5 status codes:
TRUE
|
The two addresses are the same.
|
FALSE
|
The two addresses are different.
|