w32err: FRS_ group of errors replaced with numeric values
authorKamen Mazdrashki <kamen.mazdrashki@postpath.com>
Thu, 17 Sep 2009 20:18:40 +0000 (23:18 +0300)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:38:57 +0000 (11:38 +0100)
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
(cherry picked from commit 0e64fcb18f22f31b9004e43f701ea109cef6075d)
(cherry picked from commit 11c2052c6f1c452ce51f1859e3bbd9690bfcb36f)

libcli/util/werror.h

index 5ae5417f7416b6734551da630b1964502918ffbb..0728cf2f1379c44155202b1f6d8632a947572e27 100644 (file)
@@ -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 */