diff options
author | Günther Deschner <gd@samba.org> | 2007-10-15 19:10:19 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-10-15 19:10:19 +0200 |
commit | 06ae5243f302c79fa2fe9ebbf1fb212e2f830c18 (patch) | |
tree | a5e932ccff9adda23a5928c4e0113f485eb55fef /source3/include/doserr.h | |
parent | c08cd08acc74db1f7b5620ad346131a9d77b0a08 (diff) | |
download | samba-06ae5243f302c79fa2fe9ebbf1fb212e2f830c18.tar.gz samba-06ae5243f302c79fa2fe9ebbf1fb212e2f830c18.tar.xz samba-06ae5243f302c79fa2fe9ebbf1fb212e2f830c18.zip |
Add WERR_SERVICE_ALREADY_RUNNING.
Guenther
(This used to be commit 357f00384994946485a5190b6a9c493aeee53cd2)
Diffstat (limited to 'source3/include/doserr.h')
-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 2f2861ae4a7..6e29faf96fb 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -199,6 +199,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_SERVICE_ALREADY_RUNNING W_ERROR(1056) #define WERR_SERVICE_DISABLED W_ERROR(1058) #define WERR_SERVICE_NEVER_STARTED W_ERROR(1077) #define WERR_MACHINE_LOCKED W_ERROR(1271) |