diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-25 00:38:30 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-03-25 00:38:30 +0000 |
commit | c82cfaa3c5ef8dbcd16db8056b3670d0c55f592d (patch) | |
tree | 574276556c99b2b091c7048bd34b9ffd44b8bfb2 /source/include/doserr.h | |
parent | 9335ae41686faf867bc89c1e6a5d5716e13d66f9 (diff) | |
download | samba-c82cfaa3c5ef8dbcd16db8056b3670d0c55f592d.tar.gz samba-c82cfaa3c5ef8dbcd16db8056b3670d0c55f592d.tar.xz samba-c82cfaa3c5ef8dbcd16db8056b3670d0c55f592d.zip |
r6051: finish off
net rpc service stop
net rpc service start
net rpc service pause
net rpc service resume
Diffstat (limited to 'source/include/doserr.h')
-rw-r--r-- | source/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/doserr.h b/source/include/doserr.h index 259eafc45fa..60a3c335ec4 100644 --- a/source/include/doserr.h +++ b/source/include/doserr.h @@ -186,6 +186,7 @@ #define WERR_IO_PENDING W_ERROR(997) #define WERR_CAN_NOT_COMPLETE W_ERROR(1003) #define WERR_NO_SUCH_SERVICE W_ERROR(1060) +#define WERR_INVALID_SERVICE_CONTROL W_ERROR(1052) #define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338) #define WERR_SERVER_UNAVAILABLE W_ERROR(1722) #define WERR_INVALID_FORM_NAME W_ERROR(1902) |