Fix portal path handling
This was broken when I recently introduced this helper function.
This commit is contained in:
@@ -308,7 +308,7 @@ get_portal_path (GDBusConnection *connection,
|
||||
if (sender[i] == '.')
|
||||
sender[i] = '_';
|
||||
|
||||
path = g_strconcat (PORTAL_OBJECT_PATH, "/", kind, "/", sender, "/", token, NULL);
|
||||
path = g_strconcat (PORTAL_OBJECT_PATH, "/", kind, "/", sender, "/", *token, NULL);
|
||||
|
||||
g_free (sender);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user