diff options
author | Günther Deschner <gd@samba.org> | 2008-04-29 20:10:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-29 20:22:01 +0200 |
commit | d0411c19dc847919b2a7941d91d2605c885e2b62 (patch) | |
tree | 3ca0819046fa9ffa4ac85071d8e09f909e9ee53d /source3/include | |
parent | ad73cb11a2a650ece09e3989f5b019234d9517ff (diff) | |
download | samba-d0411c19dc847919b2a7941d91d2605c885e2b62.tar.gz samba-d0411c19dc847919b2a7941d91d2605c885e2b62.tar.bz2 samba-d0411c19dc847919b2a7941d91d2605c885e2b62.zip |
errors: add WERR_NOT_FOUND.
Guenther
(This used to be commit b9ac03bdfa5763c713674acd966ab5d4371992a5)
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 d4fefb234b..44ce73973c 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -202,6 +202,7 @@ #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_NOT_FOUND W_ERROR(1168) #define WERR_INVALID_COMPUTER_NAME W_ERROR(1210) #define WERR_INVALID_DOMAINNAME W_ERROR(1212) #define WERR_MACHINE_LOCKED W_ERROR(1271) |