]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Only accept tv services
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 2 May 2008 14:24:36 +0000 (14:24 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 2 May 2008 14:24:36 +0000 (14:24 +0000)
serviceprobe.c

index 84cf430d9cf08795d7402b91ae9f248698af46d3..5a58c5c82c0b7c18cc12cf6493a283e9f8d71419 100644 (file)
@@ -173,6 +173,9 @@ serviceprobe_add(th_transport_t *t)
 {
   int was_first = TAILQ_FIRST(&probequeue) == NULL;
 
+  if(!transport_is_tv(t))
+    return;
+
   if(t->tht_on_probe_queue)
     return;