Compiler warning fixed.
This commit is contained in:
@@ -283,7 +283,9 @@ updown_listener_t *updown_listener_create()
|
|||||||
|
|
||||||
INIT(this,
|
INIT(this,
|
||||||
.public = {
|
.public = {
|
||||||
.listener.child_updown = _child_updown,
|
.listener = {
|
||||||
|
.child_updown = _child_updown,
|
||||||
|
},
|
||||||
.destroy = _destroy,
|
.destroy = _destroy,
|
||||||
},
|
},
|
||||||
.iface_cache = linked_list_create(),
|
.iface_cache = linked_list_create(),
|
||||||
|
|||||||
Reference in New Issue
Block a user