mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Make resolve_ads() static.
Guenther
(This used to be commit 57dc747136
)
This commit is contained in:
parent
fbcc7820c6
commit
d06559c1e6
@ -1299,11 +1299,11 @@ static NTSTATUS resolve_hosts(const char *name, int name_type,
|
||||
Resolve via "ADS" method.
|
||||
*********************************************************/
|
||||
|
||||
NTSTATUS resolve_ads(const char *name,
|
||||
int name_type,
|
||||
const char *sitename,
|
||||
struct ip_service **return_iplist,
|
||||
int *return_count)
|
||||
static NTSTATUS resolve_ads(const char *name,
|
||||
int name_type,
|
||||
const char *sitename,
|
||||
struct ip_service **return_iplist,
|
||||
int *return_count)
|
||||
{
|
||||
int i, j;
|
||||
NTSTATUS status;
|
||||
|
Loading…
Reference in New Issue
Block a user