diff options
author | Cronus89 <cronus@nite-serv.com> | 2014-05-13 11:12:00 -0500 |
---|---|---|
committer | Cronus89 <cronus@nite-serv.com> | 2014-05-13 11:12:00 -0500 |
commit | 91c7862579f5c5a9ad9d939fd7a7b8fbfa6213a4 (patch) | |
tree | da341d7bb0753b6fbf4337403821ca8fa4849887 /modules/commands/os_dns.cpp | |
parent | 1f2c385bb9b7a78094024d226440a2ec4cfb6b80 (diff) |
Update Paramater length for os_dns to fix DNS SET
Diffstat (limited to 'modules/commands/os_dns.cpp')
-rw-r--r-- | modules/commands/os_dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |