aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 09:53:11 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 09:53:11 +0100
commit4577873dccd43d132062ae3c07e316c86be6af2f (patch)
treeac524acf0ab4a3ff917e37c2f21125f4152ee5eb /src/namestore
parent35df06d312116e8695a038429a6e3c2fceb41fba (diff)
downloadgnunet-4577873dccd43d132062ae3c07e316c86be6af2f.tar.gz
gnunet-4577873dccd43d132062ae3c07e316c86be6af2f.zip
fix segv on error
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/test_namestore_api_remove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c
index 35556e330..02c2672aa 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.c
@@ -127,6 +127,7 @@ put_cont (void *cls,
127 const char *name = cls; 127 const char *name = cls;
128 128
129 GNUNET_assert (NULL != cls); 129 GNUNET_assert (NULL != cls);
130 nsqe = NULL;
130 if (GNUNET_SYSERR == success) 131 if (GNUNET_SYSERR == success)
131 { 132 {
132 GNUNET_break (0); 133 GNUNET_break (0);