pulse-server: don't append "/pulse" to PULSE_RUNTIME_PATH

Fixes #2431
This commit is contained in:
Wim Taymans 2022-06-09 17:06:07 +02:00
parent 31bf631057
commit 4821c7ca2f
3 changed files with 12 additions and 9 deletions

View file

@ -31,7 +31,7 @@
struct client;
struct pw_context;
int get_runtime_dir(char *buf, size_t buflen, const char *dir);
int get_runtime_dir(char *buf, size_t buflen);
int check_flatpak(struct client *client, pid_t pid);
pid_t get_client_pid(struct client *client, int client_fd);
const char *get_server_name(struct pw_context *context);