diff options
author | Jeremy Allison <jra@samba.org> | 2008-01-24 16:16:40 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-01-24 16:16:40 -0800 |
commit | d490d8d52d929076b2e5ab54ae0a9aff2d836677 (patch) | |
tree | 757df204719cb701173bed8e731aed62b830f2ec /source3/include/doserr.h | |
parent | 50c7e98a46a1c97011f37c78db8caddc634d6994 (diff) | |
parent | 92183450f1eedd2892ed8612ccaf97c65098c636 (diff) | |
download | samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.tar.gz samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.tar.bz2 samba-d490d8d52d929076b2e5ab54ae0a9aff2d836677.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit ef2913a66c3888d4813d8b778ddd63b2c7e48f3e)
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 546d06926a..5794fbe71c 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_INVALID_COMPUTER_NAME W_ERROR(1210) #define WERR_MACHINE_LOCKED W_ERROR(1271) #define WERR_NO_LOGON_SERVERS W_ERROR(1311) #define WERR_NO_SUCH_LOGON_SESSION W_ERROR(1312) |