From cfa69ca65bfded68430143d2ad1a2d19a1f047aa Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Thu, 24 Oct 2019 00:51:37 +0200 Subject: [HICN-351] Support for new RemoveListener API in libhicnctrl + added missing commands in CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I999b8321715fca1d09f89eacf7fac4029e32cbba Signed-off-by: Jordan Augé --- ctrl/libhicnctrl/src/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctrl/libhicnctrl/src/api.c') diff --git a/ctrl/libhicnctrl/src/api.c b/ctrl/libhicnctrl/src/api.c index 27c552dfa..ef6c66d59 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 -- cgit 1.2.3-korg