From e7dc02cd973c92c4db845845f40778e118588431 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 21 Oct 2013 00:58:48 +0200 Subject: [PATCH] Remove comment about unsigned mismatch from oraclebackend Now that the docs are correct, we no longer need the comment ;-) --- modules/oraclebackend/oraclebackend.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/oraclebackend/oraclebackend.hh b/modules/oraclebackend/oraclebackend.hh index 06ee6e7478..064fc85c4c 100644 --- a/modules/oraclebackend/oraclebackend.hh +++ b/modules/oraclebackend/oraclebackend.hh @@ -65,8 +65,8 @@ public: void alsoNotifies(const string &domain, set *addrs); void getUnfreshSlaveInfos(vector* domains); void getUpdatedMasters(vector* domains); - void setFresh(uint32_t zoneId); // No, it's not int zoneId. Really. - void setNotified(uint32_t zoneId, uint32_t serial); // ditto + void setFresh(uint32_t zoneId); + void setNotified(uint32_t zoneId, uint32_t serial); bool list(const string &domain, int zoneId); bool startTransaction(const string &domain, int zoneId); bool feedRecord(const DNSResourceRecord &rr); -- 2.47.2