Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Merge [TRAFODION-1831] Better error msg when properties file is absent
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBirdsall committed Feb 16, 2016
2 parents fab414d + c862e0c commit d25090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ short CmpSeabaseDDL::validateVersions(NADefaults *defs,
if (hbaseErrStr)
*hbaseErrStr = (char*)GetCliGlobals()->getJniErrorStr().data();

retcode = -1394;
retcode = -1398;
goto label_return;
}
else
Expand Down

0 comments on commit d25090b

Please sign in to comment.