Fixed compiler warnings.

This commit is contained in:
Tobias Brunner
2010-08-03 19:00:46 +02:00
parent 0f82a47063
commit 56bceda7b5
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -382,7 +382,9 @@ ha_segments_t *ha_segments_create(ha_socket_t *socket, ha_kernel_t *kernel,
INIT(this,
.public = {
.listener.alert = _alert_hook,
.listener = {
.alert = _alert_hook,
},
.activate = _activate,
.deactivate = _deactivate,
.handle_status = _handle_status,