summaryrefslogtreecommitdiffstats
path: root/src/pulse/client-conf.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-20 21:28:44 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-20 21:28:44 +0000
commitda1ec271bbc1907c32811cd61f41390a7d3ac1e8 (patch)
tree782cdbde5a1d18f9bb5a8a0016cc746357856f7c /src/pulse/client-conf.h
parentdd5fd8d7036074480fd6ea28eb39644adc8531a2 (diff)
remove configurable client access group, since can never work on Linux anway, since SCM_CREDENTAILS doesn't allow sending supplementary GIDs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1127 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/client-conf.h')
-rw-r--r--src/pulse/client-conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/client-conf.h b/src/pulse/client-conf.h
index dfb1148d..a532f0df 100644
--- a/src/pulse/client-conf.h
+++ b/src/pulse/client-conf.h
@@ -27,7 +27,7 @@
/* A structure containing configuration data for PulseAudio clients. */
typedef struct pa_client_conf {
- char *daemon_binary, *extra_arguments, *default_sink, *default_source, *default_server, *cookie_file, *access_group;
+ char *daemon_binary, *extra_arguments, *default_sink, *default_source, *default_server, *cookie_file;
int autospawn;
uint8_t cookie[PA_NATIVE_COOKIE_LENGTH];
int cookie_valid; /* non-zero, when cookie is valid */