aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index a700f3c03..a924a4511 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -459,7 +459,9 @@ handle_zone_to_name_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
459 case GNUNET_NO: 459 case GNUNET_NO:
460 LOG (GNUNET_ERROR_TYPE_DEBUG, 460 LOG (GNUNET_ERROR_TYPE_DEBUG,
461 "Namestore has no result for zone to name mapping \n"); 461 "Namestore has no result for zone to name mapping \n");
462 break; 462 if (NULL != qe->proc)
463 qe->proc (qe->proc_cls, &msg->zone, NULL, 0, NULL);
464 return GNUNET_NO;
463 case GNUNET_YES: 465 case GNUNET_YES:
464 LOG (GNUNET_ERROR_TYPE_DEBUG, 466 LOG (GNUNET_ERROR_TYPE_DEBUG,
465 "Namestore has result for zone to name mapping \n"); 467 "Namestore has result for zone to name mapping \n");