lib: fix initializer warning on centos 7.

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2024-01-05 06:45:34 +00:00
parent 4e249eb2e4
commit ae1d854abf
No known key found for this signature in database
GPG Key ID: 2E1D830ED7B83025

View File

@ -682,7 +682,7 @@ static int msg_client_connect_short_circuit(struct msg_client *client)
struct msg_server *server;
const char *dbgtag =
client->conn.debug ? client->conn.mstate.idtag : NULL;
union sockunion su = {0};
union sockunion su = {};
int sockets[2];
frr_each (msg_server_list, &msg_servers, server)