mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
69b093ebf1
commit
c34bd9575f
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@
|
||||||
|
|
||||||
#define SNAP_LABEL_PREFIX "snap."
|
#define SNAP_LABEL_PREFIX "snap."
|
||||||
|
|
||||||
static gboolean check_is_same_snap(gchar *snap1, gchar *snap2) {
|
static gboolean check_is_same_snap(gchar *snap1, gchar *snap2)
|
||||||
|
{
|
||||||
// Checks if two apparmor labels belong to the same snap
|
// Checks if two apparmor labels belong to the same snap
|
||||||
g_auto(GStrv) strings1 = NULL;
|
g_auto(GStrv) strings1 = NULL;
|
||||||
g_auto(GStrv) strings2 = NULL;
|
g_auto(GStrv) strings2 = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue