From d09311baa72c0ffa6768a379053dc0bfd38ecbdb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2005 11:49:55 +0000 Subject: r5259: make sure we give the ip of the interface that a name query comes in on as the first IP in a multi-homed reply (This used to be commit a9128f6544d56a637e28430cbd2907acbb978281) --- source4/nbt_server/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/nbt_server/query.c') diff --git a/source4/nbt_server/query.c b/source4/nbt_server/query.c index 80ea3d6ab8..28406081ea 100644 --- a/source4/nbt_server/query.c +++ b/source4/nbt_server/query.c @@ -129,5 +129,5 @@ void nbtd_request_query(struct nbt_name_socket *nbtsock, nbtd_name_query_reply(nbtsock, packet, src_address, src_port, &iname->name, iname->ttl, iname->nb_flags, - nbtd_address_list(iface->nbtsrv, packet)); + nbtd_address_list(iface, packet)); } -- cgit