diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-07-23 21:58:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 21:58:13 +0200 |
commit | 7c3098270c5481f64438525be5883f070ebc16a1 (patch) | |
tree | 8e3b4a532717659649954b879fb685fce353e863 /plugins/check_snmp.c | |
parent | c22c277b3df4884719c833daaffca59167abd14a (diff) | |
parent | af06d34071608641295eecd46edb0c4dbde13872 (diff) | |
download | monitoring-plugins-7c3098270c5481f64438525be5883f070ebc16a1.tar.gz |
Merge branch 'master' into check_swap_scanf_expressions
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index c425df3c..04dc6c6f 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -855,6 +855,7 @@ process_arguments (int argc, char **argv) | |||
855 | break; | 855 | break; |
856 | case 'R': /* regex */ | 856 | case 'R': /* regex */ |
857 | cflags = REG_ICASE; | 857 | cflags = REG_ICASE; |
858 | // fall through | ||
858 | case 'r': /* regex */ | 859 | case 'r': /* regex */ |
859 | cflags |= REG_EXTENDED | REG_NOSUB | REG_NEWLINE; | 860 | cflags |= REG_EXTENDED | REG_NOSUB | REG_NEWLINE; |
860 | strncpy (regex_expect, optarg, sizeof (regex_expect) - 1); | 861 | strncpy (regex_expect, optarg, sizeof (regex_expect) - 1); |