1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fixed bug where second response message was being printed with the

wrong IP address. This confused a lot of people (including me :-).
Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 776ccf5c06
commit 0f4080d3f0

View File

@ -91,7 +91,7 @@ for name %s. IP of that name is %s\n", subrec->subnet_name, inet_ntoa(p->ip),
DEBUG(0,("query_name_response: Multiple (%d) responses received for a query on \
subnet %s for name %s. This response was from IP %s\n",
rrec->num_msgs, subrec->subnet_name, namestr(question_name),
inet_ntoa(rrec->packet->ip) ));
inet_ntoa(p->ip) ));
/* We have already called the success or fail function, so we
don't call again here. Leave the response record around in