Fix compiler warning in HA plugin
This commit is contained in:
@@ -174,7 +174,7 @@ METHOD(attribute_provider_t, acquire_address, host_t*,
|
|||||||
host_t *requested)
|
host_t *requested)
|
||||||
{
|
{
|
||||||
enumerator_t *enumerator;
|
enumerator_t *enumerator;
|
||||||
pool_t *pool;
|
pool_t *pool = NULL;
|
||||||
int offset = -1, byte, bit;
|
int offset = -1, byte, bit;
|
||||||
host_t *address;
|
host_t *address;
|
||||||
char *name;
|
char *name;
|
||||||
|
|||||||
Reference in New Issue
Block a user