Fixed bug concerning spuriously shown EoE-Errors.
authorFlorian Pose <fp@igh-essen.com>
Fri, 07 Apr 2006 14:35:29 +0000
changeset 173 10e182a8bc4e
parent 172 e84c21548a8d
child 174 99907332ff1e
Fixed bug concerning spuriously shown EoE-Errors.
master/master.c
--- a/master/master.c	Fri Apr 07 14:23:49 2006 +0000
+++ b/master/master.c	Fri Apr 07 14:35:29 2006 +0000
@@ -124,6 +124,7 @@
     master->stats.delayed = 0;
     master->stats.corrupted = 0;
     master->stats.unmatched = 0;
+    master->stats.eoe_errors = 0;
     master->stats.t_last = 0;
 }