mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Replace "authorization" with "authentication"
Since we don't have "limited" clients, a client that authenticates correctly is automatically authorized. However, it's the authentication that can go wrong, rather than the authorization. Buglink: https://bugs.freedesktop.org/show_bug.cgi?id=78566 Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
764da4260a
commit
58cffdcfc8
6 changed files with 8 additions and 8 deletions
|
|
@ -2724,7 +2724,7 @@ static void command_auth(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_ta
|
|||
}
|
||||
|
||||
if (!success) {
|
||||
pa_log_warn("Denied access to client with invalid authorization data.");
|
||||
pa_log_warn("Denied access to client with invalid authentication data.");
|
||||
pa_pstream_send_error(c->pstream, tag, PA_ERR_ACCESS);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue