From: Ben Fennema Date: Sun, 22 Mar 2015 22:19:18 +0000 (-0700) Subject: service_mapper: move SUBSCRIPTION_PACKET from weight to flags field of subscription_c... X-Git-Tag: v4.1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6cce080a71971fe859a04e2a21af92984ddecd;p=thirdparty%2Ftvheadend.git service_mapper: move SUBSCRIPTION_PACKET from weight to flags field of subscription_create_from_service --- diff --git a/src/service_mapper.c b/src/service_mapper.c index e8e12c840..19ba5af94 100644 --- a/src/service_mapper.c +++ b/src/service_mapper.c @@ -1,6 +1,6 @@ /* * Service Mapper functions - * Copyright (C) 2007 Andreas Öman + * Copyright (C) 2007 Andreas Öman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -376,11 +376,10 @@ service_mapper_thread ( void *aux ) tvhinfo("service_mapper", "checking %s", s->s_nicename); prch.prch_id = s; sub = subscription_create_from_service(&prch, NULL, - SUBSCRIPTION_PACKET | SUBSCRIPTION_PRIO_MAPPER, "service_mapper", - 0, NULL, NULL, "service_mapper", - NULL); + SUBSCRIPTION_PACKET, + NULL, NULL, "service_mapper", NULL); /* Failed */ if (!sub) {