From: Martin Willi Date: Tue, 19 Mar 2013 14:16:06 +0000 (+0100) Subject: Fix compiler warning in HA plugin X-Git-Tag: 5.0.3rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cf3afd1fa73e584c4cefeb1fa4e9e65d5c4e363;p=thirdparty%2Fstrongswan.git Fix compiler warning in HA plugin --- 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;