From 981cc68a63c71ba11aaca84f559f3cf86a29c0ec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Jun 2017 19:36:44 +0200 Subject: fix configuration parsing issue with inlines from configuration not in cwd --- src/testbed/testbed_api.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/testbed/testbed_api.c') diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c index 0e0a5da9c..1acd0e47c 100644 --- a/src/testbed/testbed_api.c +++ b/src/testbed/testbed_api.c @@ -2158,9 +2158,10 @@ GNUNET_TESTBED_extract_config_ (const struct GNUNET_MessageHeader *msg) } cfg = GNUNET_CONFIGURATION_create (); if (GNUNET_OK != - GNUNET_CONFIGURATION_deserialize (cfg, (const char *) data, + GNUNET_CONFIGURATION_deserialize (cfg, + (const char *) data, (size_t) data_len, - GNUNET_NO)) + NULL)) { GNUNET_free (data); GNUNET_break_op (0); /* De-serialization failure */ -- cgit v1.2.3