summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-06-08 16:32:56 +0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-06-24 13:15:11 +0300
commit71ead4989a9f4781aa645906581be68a4cc2e800 (patch)
tree1d2b281c48f40381f3f05c873b334a588f0a6b2c /src/utils
parenta54d3577293c55461fd314cdfa86b633588ae0cd (diff)
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.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pax11publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index 8c9ce7d5f..86336d042 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -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;
}