summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 930ba99..5952c43 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -703,9 +703,6 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
}
else
tmpSummary = SummaryExtended(searchExt, Timer, pEvent);
- if (Setup.SVDRPPeering && *Setup.SVDRPDefaultHost)
- Timer->SetRemote(Setup.SVDRPDefaultHost);
- else {
if (index==0)
msprintf(&cmdbuf, "NEWT %d:%d:%s:%s:%s:%d:%d:%s:%s",
Flags,
@@ -733,8 +730,6 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
if (!SendViaSVDRP(cmdbuf))
return false;
}
- if (!HandleRemoteTimerModifications(Timer))
- return false;
if (gl_timerStatusMonitor) gl_timerStatusMonitor->SetConflictCheckAdvised();