Add missing close parenthesis

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7238 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-08-25 17:55:58 +00:00
parent af99c0742b
commit 9935eed1f0

View File

@ -513,7 +513,7 @@ sub scan_plugins {
} else {
@modulehandlerinfos=($cmd_adds->{$_});
}
unless (defined($cmd_handlers{$_}) {
unless (defined($cmd_handlers{$_})) {
$cmd_handlers{$_} = [ ];
}
# Add every plugin registration to cmd_handlers