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 0df23d6f4ed..2e0b305b170 100644
--- a/python/samba/netcmd/dns.py
+++ b/python/samba/netcmd/dns.py
@@ -62,6 +62,7 @@ class DnsConnWrapper:
"""
default_messages = {
+ werror.WERR_DNS_ERROR_DS_UNAVAILABLE: "Could not contact RPC server",
}
def __init__(self, server, lp, creds):