mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: libsmb: Cleanup - reformatting 2nd use of resolve_ads() parameters inside internal_resolve_name().
No logic change. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Isaac Boukris <iboukris@samba.org>
This commit is contained in:
parent
cd3cc111a4
commit
d42ba0b1b6
@ -2708,8 +2708,11 @@ NTSTATUS internal_resolve_name(const char *name,
|
||||
} else if(strequal( tok, "ads")) {
|
||||
/* deal with 0x1c and 0x1b names here.
|
||||
* This will result in a SRV record lookup */
|
||||
status = resolve_ads(name, name_type, sitename,
|
||||
return_iplist, return_count);
|
||||
status = resolve_ads(name,
|
||||
name_type,
|
||||
sitename,
|
||||
return_iplist,
|
||||
return_count);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user