aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-05-29 11:41:54 +0200
committerMichael Albinus2020-05-29 11:41:54 +0200
commit9050f0f1bcb58ea10c7da7d415f06c2c4ae2daed (patch)
treef11f12e3015412c9333216a765978b7729291501
parent1b2a881c9b3ef9158cbf28a65b9e94c2dbc6cec2 (diff)
downloademacs-9050f0f1bcb58ea10c7da7d415f06c2c4ae2daed.tar.gz
emacs-9050f0f1bcb58ea10c7da7d415f06c2c4ae2daed.zip
* 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\") ."
146 "NT_STATUS_HOST_UNREACHABLE" 146 "NT_STATUS_HOST_UNREACHABLE"
147 "NT_STATUS_IMAGE_ALREADY_LOADED" 147 "NT_STATUS_IMAGE_ALREADY_LOADED"
148 "NT_STATUS_INVALID_LEVEL" 148 "NT_STATUS_INVALID_LEVEL"
149 "NT_STATUS_INVALID_PARAMETER"
149 "NT_STATUS_INVALID_PARAMETER_MIX" 150 "NT_STATUS_INVALID_PARAMETER_MIX"
150 "NT_STATUS_IO_TIMEOUT" 151 "NT_STATUS_IO_TIMEOUT"
151 "NT_STATUS_LOGON_FAILURE" 152 "NT_STATUS_LOGON_FAILURE"