From 5bbd4374d11d03ceca85c5b54691a80a4f897c47 Mon Sep 17 00:00:00 2001 From: TomJoad Date: Fri, 26 May 2017 13:45:37 +0200 Subject: Fixes for MyEditTimer and other small changes. --- menu_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu_commands.c') diff --git a/menu_commands.c b/menu_commands.c index 0ceb1af..ef20c11 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -171,7 +171,7 @@ eOSState cMenuSearchCommands::Record(void) #endif SetAux(timer, fullaux); - if (*Setup.SVDRPDefaultHost) + if (Setup.SVDRPPeering && *Setup.SVDRPDefaultHost) timer->SetRemote(Setup.SVDRPDefaultHost); Timers->Add(timer); timer->Matches(); -- cgit v1.2.3