mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0851afdffd
commit
669414efac
@ -2469,7 +2469,7 @@ NTSTATUS dns_lookup_list_async(TALLOC_CTX *ctx,
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/* Hit all the DNS servers with asnyc lookups for all the names. */
|
||||
/* Hit all the DNS servers with async lookups for all the names. */
|
||||
for (i = 0; i < num_dns_names; i++) {
|
||||
DBG_INFO("async DNS lookup A record for %s\n",
|
||||
dns_lookup_names[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user