diff options
author | Jan Wagner <waja@cyconet.org> | 2024-07-24 21:14:03 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2024-07-24 21:14:03 (GMT) |
commit | 9179b14906bad016f8cd78e65f25dfdc1107dc6f (patch) | |
tree | 652162aca9bf5672f9984623d680585f686edd28 | |
parent | 78f5d6b9ed62b1c7b5fcd523176a2c3f35f514b7 (diff) | |
download | monitoring-plugins-9179b14906bad016f8cd78e65f25dfdc1107dc6f.tar.gz |
Fix double lines in NEWSrefs/pull/2009/head
-rw-r--r-- | NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,8 +17,6 @@ This file documents the major additions and syntax changes between releases. | |||
17 | * Fix logic in is_uint64_t to fix type-limit warning | 17 | * Fix logic in is_uint64_t to fix type-limit warning |
18 | * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring | 18 | * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring |
19 | * check_dns: Remove unused variable | 19 | * check_dns: Remove unused variable |
20 | * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring | ||
21 | * check_dns: Remove unused variable | ||
22 | * check_disk: fix ignore-missing in combination with includes | 20 | * check_disk: fix ignore-missing in combination with includes |
23 | * check_procs: ignore our own children | 21 | * check_procs: ignore our own children |
24 | * Prevent -lcrypto from showing up in Makefile dependencies | 22 | * Prevent -lcrypto from showing up in Makefile dependencies |
@@ -26,8 +24,6 @@ This file documents the major additions and syntax changes between releases. | |||
26 | * check_http: Remove self assignment of a variable and add some comments | 24 | * check_http: Remove self assignment of a variable and add some comments |
27 | * check_snmp: Remove unused variable | 25 | * check_snmp: Remove unused variable |
28 | * check_dhcp: Make implicit conversion explicit to dismiss warning | 26 | * check_dhcp: Make implicit conversion explicit to dismiss warning |
29 | * check_http: Remove self assignment of a variable and add some comments | ||
30 | * check_dhcp: Make implicit conversion explicit to dismiss warning | ||
31 | * Ini Parser: Avoid freeing symbols from text section | 27 | * Ini Parser: Avoid freeing symbols from text section |
32 | * check_icmp: keep performance data order in case of none-reachable hosts | 28 | * check_icmp: keep performance data order in case of none-reachable hosts |
33 | * check_swap: Change another fake boolean to a real one | 29 | * check_swap: Change another fake boolean to a real one |