Fix compiler warning in HA plugin

This commit is contained in:
Martin Willi
2013-03-19 15:48:27 +01:00
parent 7f0f185bed
commit 5cf3afd1fa
+1 -1
View File
@@ -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;