From 63851c6c1999fb5f1b055a63bef1bed9d656e20c Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 23 Aug 2013 19:39:04 +0200 Subject: [PATCH] update LUABackend::setDomainMetadata signature Found by Coverity Scan. Compile-tested only. --- modules/luabackend/luabackend.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luabackend/luabackend.hh b/modules/luabackend/luabackend.hh index 4f46d24ad..f7057088e 100644 --- a/modules/luabackend/luabackend.hh +++ b/modules/luabackend/luabackend.hh @@ -70,7 +70,7 @@ public: //! get a list of IP addresses that should also be notified for a domain void alsoNotifies(const string &domain, set *ips); bool getDomainMetadata(const string& name, const std::string& kind, std::vector& meta); - bool setDomainMetadata(const string& name, const std::string& kind, std::vector& meta); + bool setDomainMetadata(const string& name, const std::string& kind, const std::vector& meta); bool getDomainKeys(const string& name, unsigned int kind, std::vector& keys); bool removeDomainKey(const string& name, unsigned int id); -- 2.40.0