2
0
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:
jbjohnso
2009-03-14 15:50:46 +00:00
parent 01fa8a148c
commit c64f1f819e

View File

@ -2036,7 +2036,7 @@ sub process_request {
my $callback = shift;
eval {
require SNMP;
}
};
if ($@) {
$callback->{error=>['Missing SNMP perl support'],errorcode=>[1]};
return;