(krb5_get_host_realm_int): make `use_dns' parameter boolean

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9877 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-10 15:27:32 +00:00
parent ae8028c4b5
commit 2daa0d6f71

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 1998, 1999, 2001 Kungliga Tekniska H<>gskolan * Copyright (c) 1997 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -142,7 +142,7 @@ config_find_realm(krb5_context context,
krb5_error_code krb5_error_code
krb5_get_host_realm_int (krb5_context context, krb5_get_host_realm_int (krb5_context context,
const char *host, const char *host,
unsigned int use_dns, krb5_boolean use_dns,
krb5_realm **realms) krb5_realm **realms)
{ {
const char *p; const char *p;