]> code.delx.au - pulseaudio/blobdiff - src/modules/module-esound-sink.c
auth: move cookie file to ~/.config/pulse/cookie
[pulseaudio] / src / modules / module-esound-sink.c
index 1e26e5e4b45d541a6a5bc9e9ffb83e17f14df891..08387163ae6c8fbd78325867d2f3e19e5ae9f369 100644 (file)
@@ -623,7 +623,7 @@ int pa__init(pa_module*m) {
 
     /* Prepare the initial request */
     u->write_data = pa_xmalloc(u->write_length = ESD_KEY_LEN + sizeof(int32_t));
-    if (pa_authkey_load_auto(pa_modargs_get_value(ma, "cookie", ".esd_auth"), u->write_data, ESD_KEY_LEN) < 0) {
+    if (pa_authkey_load_auto(pa_modargs_get_value(ma, "cookie", ".esd_auth"), TRUE, u->write_data, ESD_KEY_LEN) < 0) {
         pa_log("Failed to load cookie");
         goto fail;
     }