summaryrefslogtreecommitdiff
path: root/source3/libsmb/doserr.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/doserr.c')
-rw-r--r--source3/libsmb/doserr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/doserr.c b/source3/libsmb/doserr.c
index 0dca265348..4449c92ab1 100644
--- a/source3/libsmb/doserr.c
+++ b/source3/libsmb/doserr.c
@@ -71,6 +71,7 @@ werror_code_struct dos_errs[] =
{ "WERR_SERVER_UNAVAILABLE", WERR_SERVER_UNAVAILABLE },
{ "WERR_IO_PENDING", WERR_IO_PENDING },
{ "WERR_INVALID_SERVICE_CONTROL", WERR_INVALID_SERVICE_CONTROL },
+ { "WERR_NET_NAME_NOT_FOUND", WERR_NET_NAME_NOT_FOUND },
{ NULL, W_ERROR(0) }
};