aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-10-04 13:10:23 +0000
committerBjørn Mork <bjorn@mork.no>2010-08-06 15:37:36 +0200
commitc04ffa931a15e282ce28252f91560edf369525c5 (patch)
tree533009c91e25280b44bd418e836e4fcb0f16597f /config.h
parent4da509b059f8d7f8b5236c9278e841e2f5f1d6d6 (diff)
fixed a improper memory access when there is no free address in an address pool. (Bug-ID 1563232)
fixed a bug that a pooled address will never be reused even when it is released.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index c63679f..c6db6d1 100644
--- a/config.h
+++ b/config.h
@@ -51,7 +51,6 @@ struct pool_conf {
struct in6_addr min;
struct in6_addr max;
- struct in6_addr cur;
};
/* per-interface information */