summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/dns.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py
index 2e0b305b170..45d31c83f3d 100644
--- a/python/samba/netcmd/dns.py
+++ b/python/samba/netcmd/dns.py
@@ -63,6 +63,7 @@ class DnsConnWrapper:
default_messages = {
werror.WERR_DNS_ERROR_DS_UNAVAILABLE: "Could not contact RPC server",
+ werror.WERR_DNS_ERROR_ZONE_ALREADY_EXISTS: 'Zone already exists',
}
def __init__(self, server, lp, creds):