mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
lib: fix initializer warning on centos 7.
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
4e249eb2e4
commit
ae1d854abf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user