mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
try to detect when stupid clients forks and refuse all service from then on
This commit is contained in:
parent
9d29b96ac0
commit
3122008704
9 changed files with 227 additions and 3 deletions
|
|
@ -63,7 +63,8 @@ const char*pa_strerror(int error) {
|
|||
[PA_ERR_UNKNOWN] = N_("Unknown error code"),
|
||||
[PA_ERR_NOEXTENSION] = N_("No such extension"),
|
||||
[PA_ERR_OBSOLETE] = N_("Obsolete functionality"),
|
||||
[PA_ERR_NOTIMPLEMENTED] = N_("Missing implementation")
|
||||
[PA_ERR_NOTIMPLEMENTED] = N_("Missing implementation"),
|
||||
[PA_ERR_FORKED] = N_("Client forked")
|
||||
};
|
||||
|
||||
pa_init_i18n();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue