diff options
author | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-12 11:58:34 +0000 |
---|---|---|
committer | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-12 11:58:34 +0000 |
commit | dce08cb97987593829614a97c2e663cf34098923 (patch) | |
tree | 0b7cdf98292f606cc9da878a958194a79165051f /src/gns/gns_api.c | |
parent | 53c141351cc443d41c3e75ddb20bfb0d136882e3 (diff) |
-add get_athority test, fixes
git-svn-id: https://gnunet.org/svn/gnunet@20457 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r-- | src/gns/gns_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c index be1ba58f71..d15f1908e5 100644 --- a/src/gns/gns_api.c +++ b/src/gns/gns_api.c @@ -755,7 +755,7 @@ GNUNET_GNS_get_authority (struct GNUNET_GNS_Handle *handle, qe = GNUNET_malloc(sizeof (struct GNUNET_GNS_QueueEntry)); qe->gns_handle = handle; - qe->shorten_proc = proc; + qe->auth_proc = proc; qe->proc_cls = proc_cls; qe->r_id = get_request_id(handle); GNUNET_CONTAINER_DLL_insert_tail(handle->get_auth_head, |