-fix
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Fri, 27 Oct 2017 11:39:57 +0000 (13:39 +0200)
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>
Fri, 27 Oct 2017 11:39:57 +0000 (13:39 +0200)
src/identity-provider/gnunet-service-identity-provider.c

index 85291d69aff2905fac6320116e2b878ecde11af1..1c2f31ed3e8b50fb877314a0328165190b3fcd86 100644 (file)
@@ -1719,7 +1719,7 @@ process_consume_abe_key (void *cls, uint32_t rd_count,
                            lookup_query,
                            &handle->ticket.identity,
                            GNUNET_GNSRECORD_TYPE_ID_ATTR,
-                           GNUNET_GNS_LO_LOCAL_MASTER,
+                           GNUNET_GNS_LO_DEFAULT,
                            &process_parallel_lookup2,
                            parallel_lookup);
     GNUNET_CONTAINER_DLL_insert (handle->parallel_lookups_head,
@@ -1773,7 +1773,7 @@ handle_consume_ticket_message (void *cls,
                          lookup_query,
                          &ch->ticket.identity,
                          GNUNET_GNSRECORD_TYPE_ABE_KEY,
-                         GNUNET_GNS_LO_LOCAL_MASTER,
+                         GNUNET_GNS_LO_DEFAULT,
                          &process_consume_abe_key,
                          ch);
   GNUNET_free (rnd_label);