mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 08:10:12 +00:00
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:
@ -262,7 +262,7 @@ ipmiPlugin.prototype.getInitFunction = function(){
|
||||
};
|
||||
|
||||
ipmiPlugin.prototype.getNextFunction = function(){
|
||||
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined,];
|
||||
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user