aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c5
1 files changed, 3 insertions, 2 deletions
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)
2158 } 2158 }
2159 cfg = GNUNET_CONFIGURATION_create (); 2159 cfg = GNUNET_CONFIGURATION_create ();
2160 if (GNUNET_OK != 2160 if (GNUNET_OK !=
2161 GNUNET_CONFIGURATION_deserialize (cfg, (const char *) data, 2161 GNUNET_CONFIGURATION_deserialize (cfg,
2162 (const char *) data,
2162 (size_t) data_len, 2163 (size_t) data_len,
2163 GNUNET_NO)) 2164 NULL))
2164 { 2165 {
2165 GNUNET_free (data); 2166 GNUNET_free (data);
2166 GNUNET_break_op (0); /* De-serialization failure */ 2167 GNUNET_break_op (0); /* De-serialization failure */