Skip to content

Commit

Permalink
lib: fix initializer warning on centos 7.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Jan 5, 2024
1 parent 4e249eb commit ae1d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mgmt_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ae1d854

Please sign in to comment.