ソースを参照

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