fence-virt: Explicitly set delay to 0
Explicitly set the delay argument to 0 when initializing the args struct. Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
This commit is contained in:
parent
9b8bc5ba1c
commit
0c502aad77
@ -590,6 +590,7 @@ args_init(fence_virt_args_t *args)
|
||||
args->retr_time = 20;
|
||||
args->flags = 0;
|
||||
args->debug = 0;
|
||||
args->delay = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user