From 91c7862579f5c5a9ad9d939fd7a7b8fbfa6213a4 Mon Sep 17 00:00:00 2001 From: Cronus89 Date: Tue, 13 May 2014 11:12:00 -0500 Subject: [PATCH] Update Paramater length for os_dns to fix DNS SET --- modules/commands/os_dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 6a930980f..b8077b7e9 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -653,7 +653,7 @@ class CommandOSDNS : public Command } public: - CommandOSDNS(Module *creator) : Command(creator, "operserv/dns", 0, 3) + CommandOSDNS(Module *creator) : Command(creator, "operserv/dns", 0, 4) { this->SetDesc(_("Manage DNS zones for this network")); this->SetSyntax(_("ADDZONE \037zone.name\037"));