We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138710 commit 57dad7dCopy full SHA for 57dad7d
lib/SNMP/Info/Layer7/Neoteris.pm
@@ -83,7 +83,7 @@ sub serial {
83
sub model {
84
my $neoteris = shift;
85
my $id = $neoteris->id();
86
- my $product_name = $neoteris->product_name();
+ my $product_name = $neoteris->product_name() || '';
87
88
my $model = &SNMP::translateObj($id);
89
if ($product_name =~ /^(Ivanti|Pulse) Connect Secure,(\S+)/) {
0 commit comments