From 2b8d3ae60515565b3a41b6588495bd2a026aa3aa Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Sep 2014 15:09:30 +0000 Subject: [PATCH] minor fix git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@249 8ec27952-4edc-4aab-86aa-e87bb2611832 --- server/src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/path.c b/server/src/path.c index be5482542..e3c6e93b4 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -101,7 +101,7 @@ static void * path_run(void *arg) /* Reset counters */ p->sent = 0; - p->received = 0; + p->received = 1; p->invalid = 0; p->skipped = 0; p->dropped = 0;