Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: try to keep the default htsp profile even when not set in ACL
  • Loading branch information
perexg committed Nov 2, 2014
1 parent 723a7ed commit fa48fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -364,7 +364,7 @@ profile_find_by_list(htsmsg_t *uuids, const char *name, const char *alt)
res = pro;
}
if (!res)
res = profile_find_by_name(NULL, NULL);
res = profile_find_by_name(!strcmp(alt, "htsp") ? "htsp" : NULL, NULL);
return res;
}

Expand Down

0 comments on commit fa48fe7

Please sign in to comment.