aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 12:58:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 12:58:38 +0000
commitab956c7af36d37f41c676da4c90e20a6df639bc8 (patch)
treedb20699be8fb075a1ad24dcc504d8f558d8d7ee0 /src
parenta93a1d13a3c6fc2bdc81a53b3f067ed8854b5677 (diff)
downloadgnunet-ab956c7af36d37f41c676da4c90e20a6df639bc8.tar.gz
gnunet-ab956c7af36d37f41c676da4c90e20a6df639bc8.zip
-this is not a hard error
Diffstat (limited to 'src')
-rw-r--r--src/namestore/namestore_api_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/namestore/namestore_api_common.c b/src/namestore/namestore_api_common.c
index 1956d420e..9f964e320 100644
--- a/src/namestore/namestore_api_common.c
+++ b/src/namestore/namestore_api_common.c
@@ -1030,7 +1030,6 @@ GNUNET_NAMESTORE_zkey_to_pkey (const char *zkey,
1030 GNUNET_free (pkeys); 1030 GNUNET_free (pkeys);
1031 return GNUNET_OK; 1031 return GNUNET_OK;
1032 error: 1032 error:
1033 GNUNET_break (0);
1034 GNUNET_free (cpy); 1033 GNUNET_free (cpy);
1035 return GNUNET_SYSERR; 1034 return GNUNET_SYSERR;
1036} 1035}