mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
fix caps stuff for crazy people who disable caps
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2213 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
316e39daad
commit
0e983e5993
1 changed files with 1 additions and 2 deletions
|
|
@ -131,9 +131,8 @@ int pa_limit_caps(void) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int pa_drop_caps(void) {
|
||||
void pa_drop_caps(void) {
|
||||
pa_drop_root();
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue