浏览代码

HPCC-12490 sneak in correction to WUERR_WorkunitPublished id

WUERR_WorkunitPublished had duplicate error id to another error

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 10 年之前
父节点
当前提交
77bb37a822
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      common/workunit/wuerror.hpp

+ 2 - 2
common/workunit/wuerror.hpp

@@ -47,7 +47,7 @@
 #define WUERR_PackageAlreadyExists              5022
 #define WUERR_MismatchClusterType               5023
 #define WUERR_InvalidDll                        5024
-#define WUERR_WorkunitPublished                 5005 // that's bizarre!
-#define WUERR_GraphProgressWriteUnsupported     5025
+#define WUERR_WorkunitPublished                 5025
+#define WUERR_GraphProgressWriteUnsupported     5026
 
 #endif