From 536ad5db0541f1bd5443b06d706252ed96bb7944 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Aug 2014 15:26:00 +0000 Subject: [PATCH] smaller cosmetic changes git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@180 8ec27952-4edc-4aab-86aa-e87bb2611832 --- server/etc/example.conf | 2 +- server/src/path.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/etc/example.conf b/server/etc/example.conf index 154b4901b..33904b998 100644 --- a/server/etc/example.conf +++ b/server/etc/example.conf @@ -9,7 +9,7 @@ nodes = { acs = { type = "opal", # server, workstation, opal, rtds or dsp local = "127.0.0.1:10201", # Local ip:port, use '*' for random port - remote = "8.8.8.8:10200" + remote = "127.0.0.1:10200" }, sintef = { type = "rtds", diff --git a/server/src/path.c b/server/src/path.c index c5509f7f0..dc1c2aa68 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -87,7 +87,7 @@ static void * path_run(void *arg) } /* Check sequence number */ - if (m->sequence <= 1) { + if (m->sequence == 0) { path_stats(p); info("Simulation started");