From 6c38114f57bebec95ce8252e675e8699f683ff5e Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 29 Aug 2001 04:26:27 +0000 Subject: Fuss, fuss, fuss... Function name_status_query() performs a node status query, so it really should be called "node_status_query()" just to be consistent. Yeah, minor... but it's looking as though an overhaul of namequery.c is in order and I am trying to do the tiny changes that impact other stuff first. Chris -)----- (This used to be commit 3af2de7ed26e5a26a273be2dcd9c5565c586fe47) --- source3/utils/nmblookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/nmblookup.c') diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index 3e2f0610e6..5acdf62735 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -113,7 +113,7 @@ static void do_node_status(int fd, char *name, int type, struct in_addr ip) printf("Looking up status of %s\n",inet_ntoa(ip)); make_nmb_name(&nname, name, type); - status = name_status_query(fd,&nname,ip, &count); + status = node_status_query(fd,&nname,ip, &count); if (status) { for (i=0;i