Skip to content

Commit a528ccd

Browse files
committed
bugfix
1 parent c6b9b49 commit a528ccd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

queries/cdmq/cdm.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ exports.checkCreateIndex = checkCreateIndex;
439439

440440
// --------------------------------------------------------------------------------------------------------------
441441
function getDocType(index) {
442+
var retMsg = '';
443+
var retCode = 0;
442444
const resp = getCdmVerFromIndex(index);
443445
if (resp['ret-code'] != 0) {
444446
retMsg = 'ERROR: calling getCdmVerFromIndex returned ' + resp.ret - msg;

0 commit comments

Comments
 (0)