diff options
author | Günther Deschner <gd@samba.org> | 2008-04-24 22:19:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-25 14:49:31 +0200 |
commit | dddac2bc8f97c6ece4242281e817415c77b181a2 (patch) | |
tree | 2a500cbf0f73fd4a6769e74714b22c338448afb2 /source3/include | |
parent | 6d3c61c9e74ea506e549e7a79fa103cf92a25274 (diff) | |
download | samba-dddac2bc8f97c6ece4242281e817415c77b181a2.tar.gz samba-dddac2bc8f97c6ece4242281e817415c77b181a2.tar.bz2 samba-dddac2bc8f97c6ece4242281e817415c77b181a2.zip |
errors: add WERR_INVALID_DOMAINNAME.
Guenther
(This used to be commit b11a5e70d38239fb50ba4606656e2168cc398a12)
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 65892d3abd..d4fefb234b 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -203,6 +203,7 @@ #define WERR_SERVICE_DISABLED W_ERROR(1058) #define WERR_SERVICE_NEVER_STARTED W_ERROR(1077) #define WERR_INVALID_COMPUTER_NAME W_ERROR(1210) +#define WERR_INVALID_DOMAINNAME W_ERROR(1212) #define WERR_MACHINE_LOCKED W_ERROR(1271) #define WERR_NO_LOGON_SERVERS W_ERROR(1311) #define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312) |