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:
Ryan McCabe 2012-10-17 12:54:55 -04:00
parent 9b8bc5ba1c
commit 0c502aad77

View File

@ -590,6 +590,7 @@ args_init(fence_virt_args_t *args)
args->retr_time = 20;
args->flags = 0;
args->debug = 0;
args->delay = 0;
}