X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/9ab510a69216b468c80acad92a0e2360ffccfea2..87ae8307057944662bb8a4b638f56fa980eef48a:/src/utils/pax11publish.c diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c index d3ffc78b..0f9a030e 100644 --- a/src/utils/pax11publish.c +++ b/src/utils/pax11publish.c @@ -195,7 +195,7 @@ int main(int argc, char *argv[]) { pa_client_conf_free(conf); - if (pa_authkey_load_auto(cookie_file, cookie, sizeof(cookie)) < 0) { + if (pa_authkey_load_auto(cookie_file, cookie, TRUE, sizeof(cookie)) < 0) { fprintf(stderr, _("Failed to load cookie data\n")); goto finish; }