summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-05-29 11:41:54 +0200
committerMichael Albinus <michael.albinus@gmx.de>2020-05-29 11:41:54 +0200
commit9050f0f1bcb58ea10c7da7d415f06c2c4ae2daed (patch)
treef11f12e3015412c9333216a765978b7729291501
parent1b2a881c9b3ef9158cbf28a65b9e94c2dbc6cec2 (diff)
downloademacs-9050f0f1bcb58ea10c7da7d415f06c2c4ae2daed.tar.gz
* lisp/net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_INVALID_PARAMETER".
-rw-r--r--lisp/net/tramp-smb.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index e0f5e05eb07..2088d236288 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -146,6 +146,7 @@ this variable (\"client min protocol=NT1\") ."
"NT_STATUS_HOST_UNREACHABLE"
"NT_STATUS_IMAGE_ALREADY_LOADED"
"NT_STATUS_INVALID_LEVEL"
+ "NT_STATUS_INVALID_PARAMETER"
"NT_STATUS_INVALID_PARAMETER_MIX"
"NT_STATUS_IO_TIMEOUT"
"NT_STATUS_LOGON_FAILURE"