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:
Lennart Poettering 2008-03-31 22:24:37 +00:00
parent 316e39daad
commit 0e983e5993

View file

@ -131,9 +131,8 @@ int pa_limit_caps(void) {
return 0; return 0;
} }
int pa_drop_caps(void) { void pa_drop_caps(void) {
pa_drop_root(); pa_drop_root();
return 0;
} }
#endif #endif