aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-28 20:39:31 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-28 20:39:31 +0000
commit9ceaa074240bdc82daf5be233a3035714f002990 (patch)
tree3f9b20e4bae9e6963cff00f78685c45b950d07d9 /src/namestore/namestore_api.c
parent8113ba1371bfd97a4a09c47b070e8f4425ba10a9 (diff)
downloadgnunet-9ceaa074240bdc82daf5be233a3035714f002990.tar.gz
gnunet-9ceaa074240bdc82daf5be233a3035714f002990.zip
-more namestore service cleanup -- wip
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 34c83f0b4..f48ea25e5 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -418,6 +418,10 @@ handle_record_remove_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
418 ret = GNUNET_SYSERR; 418 ret = GNUNET_SYSERR;
419 emsg = _("Failed to put new set of records in database"); 419 emsg = _("Failed to put new set of records in database");
420 break; 420 break;
421 case RECORD_REMOVE_RESULT_FAILED_TO_REMOVE:
422 ret = GNUNET_SYSERR;
423 emsg = _("Failed to remove records from database");
424 break;
421 default: 425 default:
422 GNUNET_break (0); 426 GNUNET_break (0);
423 ret = GNUNET_SYSERR; 427 ret = GNUNET_SYSERR;