missing _t -> _type conversion

Florian Obser <[email protected]>
Newsgroups gmane.network.dns.nsd.general
Message-ID <[email protected]>
Index: query.c
===================================================================
--- query.c	(revision 4740)
+++ query.c	(working copy)
@@ -664,7 +664,7 @@
 			temp->rnode = NULL;
 			temp->dname = additional->dname;
 #else
-			memcpy(&temp->node, &additional->node, sizeof(rbnode_t));
+			memcpy(&temp->node, &additional->node, sizeof(rbnode_type));
 			temp->node.parent = NULL;
 #endif
 			temp->number = additional->number;
@@ -1113,7 +1113,7 @@
 		match->rnode = NULL;
 		match->dname = wildcard_child->dname;
 #else
-		memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_t));
+		memcpy(&match->node, &wildcard_child->node, sizeof(rbnode_type));
 		match->node.parent = NULL;
 #endif
 		match->parent = closest_encloser;

-- 
I'm not entirely sure you are real.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.