diff options
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |