summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-19 20:59:37 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-19 20:59:37 +0100
commit849abca1f45619dc4e967e49a84fb9e189de3cf2 (patch)
tree7cb953cfe1c993e95927cd7ef579035564ced0ae /src/restclient
parentfb0a95bb6676e81eafb3c2ded6f7f8ef469c8027 (diff)
downloadanastasis-849abca1f45619dc4e967e49a84fb9e189de3cf2.tar.gz
anastasis-849abca1f45619dc4e967e49a84fb9e189de3cf2.tar.bz2
anastasis-849abca1f45619dc4e967e49a84fb9e189de3cf2.zip
-misc bugfixes
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_policy_meta_lookup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/restclient/anastasis_api_policy_meta_lookup.c b/src/restclient/anastasis_api_policy_meta_lookup.c
index b49d1b8..8ea6436 100644
--- a/src/restclient/anastasis_api_policy_meta_lookup.c
+++ b/src/restclient/anastasis_api_policy_meta_lookup.c
@@ -160,6 +160,7 @@ handle_policy_meta_lookup_finished (void *cls,
break;
}
metas[off].version = (uint32_t) ver;
+ metas[off].meta_data = md[off];
off++;
}
if (off < mlen)
@@ -200,6 +201,9 @@ handle_policy_meta_lookup_finished (void *cls,
response_code = 0;
break;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "HTTP status for policy meta lookup is %u\n",
+ (unsigned int) response_code);
plo->cb (plo->cb_cls,
response_code,
NULL);