(krb5_get_all_client_addrs): revert back to only returning loopback
addresses if there are not other addresses git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8369 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -294,7 +294,7 @@ get_addrs_int (krb5_context context, krb5_addresses *res, int flags)
|
||||
krb5_error_code
|
||||
krb5_get_all_client_addrs (krb5_context context, krb5_addresses *res)
|
||||
{
|
||||
int flags = LOOP | EXTRA_ADDRESSES;
|
||||
int flags = LOOP_IF_NONE | EXTRA_ADDRESSES;
|
||||
|
||||
if (context->scan_interfaces)
|
||||
flags |= SCAN_INTERFACES;
|
||||
|
Reference in New Issue
Block a user