]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fixed definition of iaaddr hash to use correct reference and dereference
authorShane Kerr <shane@isc.org>
Tue, 18 Dec 2007 17:01:48 +0000 (17:01 +0000)
committerShane Kerr <shane@isc.org>
Tue, 18 Dec 2007 17:01:48 +0000 (17:01 +0000)
functions.
See RT ticket #17371 for more.

RELNOTES
server/mdb6.c

index bee6dc6edfaa5dee698bbcce3051cdcf1bdfa88b..eedc82006351e9891f66719e26402848b2df2076 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -53,7 +53,7 @@ may not work on other platforms. Please report any problems and
 suggested fixes to <dhcp-users@isc.org>.
 
 
-                       Chagnes since 4.0.0
+                       Changes since 4.0.0
 
 - The warning logged when an address range doesn't fit in the subnets
   they were declared has been updated to be more helpful and identify the
@@ -66,6 +66,9 @@ suggested fixes to <dhcp-users@isc.org>.
   'conflict-done' state message to be logged as 'unknown-state' has been
   repaired.  It is now logged correctly.
 
+- Fixed definition of the iaaddr hash functions to use the correct 
+  functions when referencing and dereferencing memory.
+
                        Changes since 4.0.0b3
 
 - The reverse dns name for PTR updates on IPv6 addresses has been fixed to
index 5e48a29e687c6eb771017864eb4d2bd927c93d34..e84edd70699c7b2cab2bb431945f1fef71e2923d 100644 (file)
@@ -35,7 +35,7 @@ HASH_FUNCTIONS(ia_na, unsigned char *, struct ia_na, ia_na_hash_t,
 ia_na_hash_t *ia_active;
 
 HASH_FUNCTIONS(iaaddr, struct in6_addr *, struct iaaddr, iaaddr_hash_t,
-              ia_na_reference, ia_na_dereference, do_string_hash);
+              iaaddr_reference, iaaddr_dereference, do_string_hash);
 
 struct ipv6_pool **pools;
 int num_pools;