diff --git a/src/dev/devMbboDirectSoftRaw.c b/src/dev/devMbboDirectSoftRaw.c index 667f0d019..4ff3f2db3 100644 --- a/src/dev/devMbboDirectSoftRaw.c +++ b/src/dev/devMbboDirectSoftRaw.c @@ -73,7 +73,7 @@ struct { static long init_record(pmbbo) struct mbboDirectRecord *pmbbo; { - long status; + long status = 0; if (pmbbo->out.type != PV_LINK) status = 2;