From 5cf3afd1fa73e584c4cefeb1fa4e9e65d5c4e363 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 19 Mar 2013 15:16:06 +0100 Subject: [PATCH] Fix compiler warning in HA plugin --- src/libcharon/plugins/ha/ha_attribute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/plugins/ha/ha_attribute.c b/src/libcharon/plugins/ha/ha_attribute.c index 981def6a3b..d26c383257 100644 --- a/src/libcharon/plugins/ha/ha_attribute.c +++ b/src/libcharon/plugins/ha/ha_attribute.c @@ -174,7 +174,7 @@ METHOD(attribute_provider_t, acquire_address, host_t*, host_t *requested) { enumerator_t *enumerator; - pool_t *pool; + pool_t *pool = NULL; int offset = -1, byte, bit; host_t *address; char *name; -- 2.47.2