summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>2009-09-17 23:18:40 +0300
committerKarolin Seeger <kseeger@samba.org>2009-11-26 11:38:57 +0100
commitcc042de185557601d111a643994e1368f8fd4378 (patch)
tree2f420a06f5a2ac85d7b6af62405d4764a523359a /libcli
parent999789e42ad07e3b545fa83a4903586a0b6b343f (diff)
downloadsamba-cc042de185557601d111a643994e1368f8fd4378.tar.gz
w32err: FRS_ group of errors replaced with numeric values
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> (cherry picked from commit 0e64fcb18f22f31b9004e43f701ea109cef6075d) (cherry picked from commit 11c2052c6f1c452ce51f1859e3bbd9690bfcb36f)
Diffstat (limited to 'libcli')
-rw-r--r--libcli/util/werror.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 5ae5417f741..0728cf2f137 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -292,9 +292,9 @@ typedef uint32_t WERROR;
#define WERR_DS_DUP_MSDS_INTID W_ERROR(0x00002195)
/* FRS errors */
-#define WERR_FRS_INSUFFICIENT_PRIV W_ERROR(FRS_ERR_BASE+7)
-#define WERR_FRS_SYSVOL_IS_BUSY W_ERROR(FRS_ERR_BASE+15)
-#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(FRS_ERR_BASE+17)
+#define WERR_FRS_INSUFFICIENT_PRIV W_ERROR(0x00001F47)
+#define WERR_FRS_SYSVOL_IS_BUSY W_ERROR(0x00001F4F)
+#define WERR_FRS_INVALID_SERVICE_PARAMETER W_ERROR(0x00001F51)
/* RPC/COM/OLE HRESULT error codes */
/* RPC errors */