1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

r21591: add new error code

metze
This commit is contained in:
Stefan Metzmacher
2007-02-28 17:19:35 +00:00
committed by Gerald (Jerry) Carter
parent 26b0e03a77
commit 04da3db29d
2 changed files with 2 additions and 0 deletions

View File

@@ -200,6 +200,7 @@
#define WERR_NO_SUCH_PRIVILEGE W_ERROR(1313)
#define WERR_PRIVILEGE_NOT_HELD W_ERROR(1314)
#define WERR_NO_SUCH_USER W_ERROR(1317)
#define WERR_LOGON_FAILURE W_ERROR(1326)
#define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
#define WERR_NO_SUCH_DOMAIN W_ERROR(1355)
#define WERR_NO_SYSTEM_RESOURCES W_ERROR(1450)