mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r2770: oops; internal_resolve_name() should stay static in 3.0
This commit is contained in:
parent
57db8ca91f
commit
316302ca4a
@ -991,7 +991,7 @@ static BOOL resolve_ads(const char *name, int name_type,
|
||||
resolve_hosts() when looking up DC's via SRV RR entries in DNS
|
||||
**********************************************************************/
|
||||
|
||||
BOOL internal_resolve_name(const char *name, int name_type,
|
||||
static BOOL internal_resolve_name(const char *name, int name_type,
|
||||
struct ip_service **return_iplist,
|
||||
int *return_count, const char *resolve_order)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user