mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
authkey: Rename pa_authkey_load_auto() to pa_authkey_load()
pa_authkey_load() was removed earlier, so the _auto suffix isn't necessary any more.
This commit is contained in:
parent
a54d357729
commit
71ead4989a
6 changed files with 11 additions and 11 deletions
|
|
@ -186,7 +186,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
pa_client_conf_free(conf);
|
||||
|
||||
if (pa_authkey_load_auto(cookie_file, true, cookie, sizeof(cookie)) < 0) {
|
||||
if (pa_authkey_load(cookie_file, true, cookie, sizeof(cookie)) < 0) {
|
||||
fprintf(stderr, _("Failed to load cookie data\n"));
|
||||
goto finish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue