From 46f468696ed8f197f384f82838be17d4adb34332 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 4 May 2008 16:03:00 +0000 Subject: [PATCH] do not install persist during simulation --- hostside/startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hostside/startup.c b/hostside/startup.c index 71a9823..1a9c680 100644 --- a/hostside/startup.c +++ b/hostside/startup.c @@ -97,7 +97,8 @@ static void sta_goto(StartupState new_state) { /* resolve_motioncheck will move us to Run eventually, we hope */ break; case Sta_Run: - persist_install(); + if (!simulate) + persist_install(); retransmit_start(); break; } -- 2.30.2