diff options
author | Jim McDonough <jmcd@samba.org> | 2005-10-11 18:42:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:04:56 -0500 |
commit | a5b2ec0ba0b13095d5b129ff2f4d3d6e1fea951a (patch) | |
tree | 643af09e3ca1043fcff2b1bcae04d90486ee63b0 /source3/include | |
parent | 542fb12aeaf0f3b4246f1dec260d2999df946e30 (diff) | |
download | samba-a5b2ec0ba0b13095d5b129ff2f4d3d6e1fea951a.tar.gz samba-a5b2ec0ba0b13095d5b129ff2f4d3d6e1fea951a.tar.bz2 samba-a5b2ec0ba0b13095d5b129ff2f4d3d6e1fea951a.zip |
r10909: Give better shutdown messages
(This used to be commit 8075b99b44085d107fa42d431300c60133ec53eb)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 593d5d99ee..a8e7a14bc1 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -196,6 +196,7 @@ #define WERR_REG_FILE_INVALID W_ERROR(1017) #define WERR_NO_SUCH_SERVICE W_ERROR(1060) #define WERR_INVALID_SERVICE_CONTROL W_ERROR(1052) +#define WERR_MACHINE_LOCKED W_ERROR(1271) #define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338) #define WERR_SERVER_UNAVAILABLE W_ERROR(1722) #define WERR_INVALID_FORM_NAME W_ERROR(1902) |