diff options
-rw-r--r-- | ctrl/libhicnctrl/src/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/libhicnctrl/src/api.c b/ctrl/libhicnctrl/src/api.c index f6c05bc0b..0e5b529c5 100644 --- a/ctrl/libhicnctrl/src/api.c +++ b/ctrl/libhicnctrl/src/api.c @@ -2062,7 +2062,7 @@ hc_face_delete(hc_sock_t * s, hc_face_t * face) /* If this is the last connection attached to the listener, remove it */ hc_data_t * connections; - hc_listener_t listener = {0}; + hc_listener_t listener = {{0}}; /* * Ensure we have a corresponding local listener |