aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-05 16:39:17 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-05 16:39:17 +0100
commit32da9a943942efc8a1384f5a6839cc84f79a42db (patch)
tree280cfd7140188fef3bd5f87d293505694ad68646 /src/namestore
parentee865f851ca4b173da8d00e87a0ad446efc8037e (diff)
downloadgnunet-32da9a943942efc8a1384f5a6839cc84f79a42db.tar.gz
gnunet-32da9a943942efc8a1384f5a6839cc84f79a42db.zip
-ftbfs; uncrustify does not like the cmp macro
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index cebdf38c5..2096c7bce 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1603,9 +1603,9 @@ handle_record_store (void *cls, const struct RecordStoreMessage *rp_msg)
1603 * old). 1603 * old).
1604 */ 1604 */
1605 if ((GNUNET_NO == have_tombstone) && 1605 if ((GNUNET_NO == have_tombstone) &&
1606 GNUNET_TIME_absolute_cmp (GNUNET_TIME_absolute_get (), (<), 1606 GNUNET_TIME_absolute_cmp (
1607 GNUNET_TIME_absolute_ntoh ( 1607 GNUNET_TIME_absolute_get (), <, GNUNET_TIME_absolute_ntoh (
1608 tombstone.time_of_death))) 1608 tombstone.time_of_death)))
1609 { 1609 {
1610 rd_clean[rd_clean_off].record_type = GNUNET_GNSRECORD_TYPE_TOMBSTONE; 1610 rd_clean[rd_clean_off].record_type = GNUNET_GNSRECORD_TYPE_TOMBSTONE;
1611 rd_clean[rd_clean_off].expiration_time = 1611 rd_clean[rd_clean_off].expiration_time =