diff options
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 4e3a85ff73..3c3978a5b9 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -202,6 +202,7 @@ #define WERR_SERVICE_NEVER_STARTED W_ERROR(1077) #define WERR_MACHINE_LOCKED W_ERROR(1271) #define WERR_NO_LOGON_SERVERS W_ERROR(1311) +#define WERR_LOGON_FAILURE W_ERROR(1326) #define WERR_NO_SUCH_DOMAIN W_ERROR(1355) #define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338) #define WERR_TIME_SKEW W_ERROR(1398) |