From 044dfb9be7650e79efc6b11decad9e0fac2fbe24 Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Thu, 12 Apr 2018 07:21:41 +0100 Subject: [PATCH] Add return 0 for correct exit of set-kind and set-account Fixes #6471 --- pdns/pdnsutil.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index fedc0521b..fe4705aa0 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2379,6 +2379,7 @@ try else if(cmds[0]=="set-kind") { if(cmds.size() != 3) { cerr<<"Syntax: pdnsutil set-kind ZONE KIND"<