aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-11-13 11:41:15 +0000
committerNils Gillmann <ng0@n0.is>2018-11-13 11:41:15 +0000
commite8a1a082555f98af40f98fd3a20ccd803ad478f8 (patch)
treeb0d10f41e063ad38f087f80e12703b22ee90378c /src/namestore
parentc9e6bedfb094fe75dda634938206fc408520717c (diff)
downloadgnunet-e8a1a082555f98af40f98fd3a20ccd803ad478f8.tar.gz
gnunet-e8a1a082555f98af40f98fd3a20ccd803ad478f8.zip
Partial application of diff send in beberking, Issue #5476
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-zoneimport.c2
-rw-r--r--src/namestore/namestore_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/gnunet-zoneimport.c b/src/namestore/gnunet-zoneimport.c
index ddc8b483a..01706b777 100644
--- a/src/namestore/gnunet-zoneimport.c
+++ b/src/namestore/gnunet-zoneimport.c
@@ -1159,7 +1159,7 @@ process_result (void *cls,
1159 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1159 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1160 "DNS ID did not match request, ignoring reply\n"); 1160 "DNS ID did not match request, ignoring reply\n");
1161 GNUNET_STATISTICS_update (stats, 1161 GNUNET_STATISTICS_update (stats,
1162 "# DNS ID missmatches", 1162 "# DNS ID mismatches",
1163 1, 1163 1,
1164 GNUNET_NO); 1164 GNUNET_NO);
1165 return; 1165 return;
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 527576718..2cc293b37 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -754,7 +754,7 @@ handle_zone_to_name_response (void *cls,
754 { 754 {
755 case GNUNET_SYSERR: 755 case GNUNET_SYSERR:
756 LOG (GNUNET_ERROR_TYPE_DEBUG, 756 LOG (GNUNET_ERROR_TYPE_DEBUG,
757 "An error occured during zone to name operation\n"); 757 "An error occurred during zone to name operation\n");
758 break; 758 break;
759 case GNUNET_NO: 759 case GNUNET_NO:
760 LOG (GNUNET_ERROR_TYPE_DEBUG, 760 LOG (GNUNET_ERROR_TYPE_DEBUG,