From cc3d276d31917bd57861a392f83c132e712702e0 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 13 Jul 2018 17:12:23 +0100 Subject: [PATCH] dtcm: Coverity 88917 --- cde/programs/dtcm/libDtCmP/cm_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtcm/libDtCmP/cm_tty.c b/cde/programs/dtcm/libDtCmP/cm_tty.c index 7eeac34e..2ce17026 100644 --- a/cde/programs/dtcm/libDtCmP/cm_tty.c +++ b/cde/programs/dtcm/libDtCmP/cm_tty.c @@ -2630,7 +2630,7 @@ validate_rfp( repeat_wk = -1, repeat_every = 0, repeat_forever = False; - CSA_sint32 repeat_type; + CSA_sint32 repeat_type = 0; CSA_uint32 repeat_times = 0; char rule_buf[32]; -- 2.25.1