You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
523 B
13 lines
523 B
diff --git a/src/daemon/caps.c~ b/src/daemon/caps.c
|
|
index fd135c0..135d842 100644
|
|
--- a/src/daemon/caps.c~
|
|
+++ b/src/daemon/caps.c
|
|
@@ -92,8 +92,5 @@ void pa_drop_caps(void) {
|
|
#error "Don't know how to do capabilities on your system. Please send a patch."
|
|
#endif /* __linux__ */
|
|
#else /* HAVE_SYS_CAPABILITY_H */
|
|
- pa_log_warn("Normally all extra capabilities would be dropped now, but "
|
|
- "that's impossible because PulseAudio was built without "
|
|
- "capabilities support.");
|
|
#endif
|
|
}
|
|
|