diff options
| author | Björn Berg <32747776+MisterMountain@users.noreply.github.com> | 2023-05-02 09:31:32 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 09:31:32 +0200 | 
| commit | e14f1ad7c35504b97f81b1b33a5533e57c605fc2 (patch) | |
| tree | a59d292d928c123ad862776f344918035466c817 /plugins-root/check_icmp.c | |
| parent | 3dc677e4f1f990e7b26bc714a02608070379cf85 (diff) | |
| parent | a4be133f01a231dc45c98aabed35f96d6f826fd7 (diff) | |
| download | monitoring-plugins-e14f1ad.tar.gz | |
Merge branch 'monitoring-plugins:master' into fix_version_return_code
Diffstat (limited to 'plugins-root/check_icmp.c')
| -rw-r--r-- | plugins-root/check_icmp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index c3be2efd..9ceb35b2 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c  | |||
| @@ -274,7 +274,7 @@ get_icmp_error_msg(unsigned char icmp_type, unsigned char icmp_code) | |||
| 274 | break; | 274 | break; | 
| 275 | 275 | ||
| 276 | case ICMP_TIMXCEED: | 276 | case ICMP_TIMXCEED: | 
| 277 | /* really 'out of reach', or non-existant host behind a router serving | 277 | /* really 'out of reach', or non-existent host behind a router serving | 
| 278 | * two different subnets */ | 278 | * two different subnets */ | 
| 279 | switch(icmp_code) { | 279 | switch(icmp_code) { | 
| 280 | case ICMP_TIMXCEED_INTRANS: msg = "Time to live exceeded in transit"; break; | 280 | case ICMP_TIMXCEED_INTRANS: msg = "Time to live exceeded in transit"; break; | 
