add logic to handle SRV/DANE names (#3003 and 2526) in GNS resolver
[oweals/gnunet.git] / src / gns / test_gns_proxy.c
index 25127d7471e571e5113a27981897facded20616f..9e2c29fb44aeb60c85bc93b5899096feb87a1eb2 100644 (file)
@@ -365,7 +365,7 @@ run (void *cls,
 {
   enum MHD_FLAG flags;
   struct GNUNET_CRYPTO_EcdsaPrivateKey *host_key;
-  struct GNUNET_NAMESTORE_RecordData rd;
+  struct GNUNET_GNSRECORD_Data rd;
   char *zone_keyfile;
 
   namestore = GNUNET_NAMESTORE_connect (cfg);
@@ -401,6 +401,7 @@ run (void *cls,
                                         GNUNET_OS_INHERIT_STD_ALL,
                                         NULL,
                                         NULL,
+                                        NULL,
                                         "gnunet-gns-proxy",
                                         "gnunet-gns-proxy",
                                         "-c", tmp_cfgfile, NULL);