mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r12214: Fix compile if SYNC_DNS is set.
Jeremy.
(This used to be commit 7c545e1e77
)
This commit is contained in:
parent
ab7a4f7e8e
commit
4d3152e145
@ -323,7 +323,7 @@ BOOL queue_dns_query(struct packet_struct *p,struct nmb_name *question)
|
||||
struct in_addr dns_ip;
|
||||
unstring qname;
|
||||
|
||||
pull_ascii_nstring(qname, question->name);
|
||||
pull_ascii_nstring(qname, sizeof(qname), question->name);
|
||||
|
||||
DEBUG(3,("DNS search for %s - ", nmb_namestr(question)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user