# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1144420529 0
# Node ID 10e182a8bc4eab90a077307d3801a5a2cdae4560
# Parent  e84c21548a8d53158317b835ce10f2915ce3ec45
Fixed bug concerning spuriously shown EoE-Errors.

diff -r e84c21548a8d -r 10e182a8bc4e 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;
 }