mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 01:22:10 +00:00
Silent a warning from coverity about icmap_track being used without assign
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Angus Salkeld <asalked@redhat.com>
This commit is contained in:
parent
2967ad3b9b
commit
98bba25cd0
@ -890,7 +890,7 @@ static void fplay_key_change_notify_fn (
|
||||
|
||||
static void corosync_fplay_control_init (void)
|
||||
{
|
||||
icmap_track_t track;
|
||||
icmap_track_t track = NULL;
|
||||
|
||||
icmap_set_string("runtime.blackbox.dump_flight_data", "no");
|
||||
icmap_set_string("runtime.blackbox.dump_state", "no");
|
||||
|
Loading…
Reference in New Issue
Block a user