Fix compile syntax error in ipmi.js
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d444e0a39d
commit
3dd93ee124
@ -262,7 +262,7 @@ ipmiPlugin.prototype.getInitFunction = function(){
|
||||
};
|
||||
|
||||
ipmiPlugin.prototype.getNextFunction = function(){
|
||||
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined,];
|
||||
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user