summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-12 11:58:34 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-12 11:58:34 +0000
commit9e5c8d198154d018d7ad97efb579749c1625b2b4 (patch)
tree0b7cdf98292f606cc9da878a958194a79165051f /src/gns/gns_api.c
parentd656d0f85549e69a05490286b1ed5d7b06abede8 (diff)
downloadgnunet-9e5c8d198154d018d7ad97efb579749c1625b2b4.tar.gz
gnunet-9e5c8d198154d018d7ad97efb579749c1625b2b4.zip
-add get_athority test, fixes
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index be1ba58f7..d15f1908e 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,
755 755
756 qe = GNUNET_malloc(sizeof (struct GNUNET_GNS_QueueEntry)); 756 qe = GNUNET_malloc(sizeof (struct GNUNET_GNS_QueueEntry));
757 qe->gns_handle = handle; 757 qe->gns_handle = handle;
758 qe->shorten_proc = proc; 758 qe->auth_proc = proc;
759 qe->proc_cls = proc_cls; 759 qe->proc_cls = proc_cls;
760 qe->r_id = get_request_id(handle); 760 qe->r_id = get_request_id(handle);
761 GNUNET_CONTAINER_DLL_insert_tail(handle->get_auth_head, 761 GNUNET_CONTAINER_DLL_insert_tail(handle->get_auth_head,