]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
profile: fix typo (and remember to recompile things after each changes -perexg),...
authorJaroslav Kysela <perex@perex.cz>
Mon, 13 Nov 2017 07:15:37 +0000 (08:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Nov 2017 07:33:37 +0000 (08:33 +0100)
src/profile.c

index 322c7115711a2e21491e4615f0d9267fa21fa148..352c511ed560152cfa53b1a8c3c5420e39fc0978 100644 (file)
@@ -540,7 +540,7 @@ profile_find_by_list
   }
   if (!res) {
     res = profile_find_by_name((sflags & SUBSCRIPTION_HTSP) ? "htsp" : NULL, NULL);
-    if (!profile_verify(res, flags))
+    if (!profile_verify(res, sflags))
       tvherror(LS_PROFILE, "unable to select a working profile (asked '%s' alt '%s')", name, alt);
   }
   return res;