summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_ifstatus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_ifstatus.pl')
-rwxr-xr-xplugins-scripts/check_ifstatus.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl
index 0ae3b4c..f0b7c49 100755
--- a/plugins-scripts/check_ifstatus.pl
+++ b/plugins-scripts/check_ifstatus.pl
@@ -370,7 +370,7 @@ sub process_arguments() {
370 if (defined $seclevel && defined $secname) { 370 if (defined $seclevel && defined $secname) {
371 $session_opts{'-username'} = $secname; 371 $session_opts{'-username'} = $secname;
372 372
373 # Must define a security level even though defualt is noAuthNoPriv 373 # Must define a security level even though default is noAuthNoPriv
374 unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { 374 unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) {
375 usage("Must define a valid security level even though default is noAuthNoPriv"); 375 usage("Must define a valid security level even though default is noAuthNoPriv");
376 } 376 }