From 97dc3b8899b4872492d4d445bebbdfcb9040318f Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 10 May 1996 17:38:19 +0000 Subject: [PATCH] initialized status --- src/dev/devMbboDirectSoftRaw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;