From 70c016ec426524501a8bf8fbd329ea213bad5054 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Wed, 18 Feb 2009 16:48:59 +0000 Subject: [PATCH] vars used without being init cleanup --- source/Tfe/Tfe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Tfe/Tfe.cpp b/source/Tfe/Tfe.cpp index 8180fd96..69817517 100644 --- a/source/Tfe/Tfe.cpp +++ b/source/Tfe/Tfe.cpp @@ -742,7 +742,7 @@ WORD tfe_receive(void) int rx_ok; int correct_mac; int broadcast; - int multicast; + int multicast = 0; int crc_error; int newframe;