diff --git a/tbsetup/snmpit_intel_stack.pm b/tbsetup/snmpit_intel_stack.pm index 72b75cc8a1aa586d23645cd942b5d50a641b960e..4a9c1c8c3ce36e058b8ff3df592005a2a3d5df69 100644 --- a/tbsetup/snmpit_intel_stack.pm +++ b/tbsetup/snmpit_intel_stack.pm @@ -65,8 +65,8 @@ sub new($$#@) { # We only need to create 1 snmpit_intel object, since we only have to # talk to one (for now) to do all the setup we need. # - #use snmpit_intel; - # $self->{LEADER} = new snmpit_intel($stack_id,$self->{DEBUG}); + use snmpit_intel; + $self->{LEADER} = new snmpit_intel($stack_id,$self->{DEBUG}); bless($self,$class); return $self;