mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
-Fix syntax error from previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -2036,7 +2036,7 @@ sub process_request {
|
||||
my $callback = shift;
|
||||
eval {
|
||||
require SNMP;
|
||||
}
|
||||
};
|
||||
if ($@) {
|
||||
$callback->{error=>['Missing SNMP perl support'],errorcode=>[1]};
|
||||
return;
|
||||
|
Reference in New Issue
Block a user