PDP11, All VAX: fix CID: 1415818 "Uninitialized scalar variable"

This commit is contained in:
Sergey Svishchev 2017-03-09 17:20:00 -08:00 committed by Mark Pizzolato
parent 4bee16578a
commit 2e2df8fc2d

View file

@ -749,7 +749,7 @@ static void rlv_maint (void)
t_stat rl_svc (UNIT *uptr)
{
int32 wc, maxwc, t;
t_stat err;
t_stat err = 0;
t_seccnt sectsread;
int32 i, da, awc;
uint32 ma;