diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-04-09 14:54:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 14:54:08 +0200 |
| commit | 1eace3a997cac6a98091238c6f71a2279183b1ad (patch) | |
| tree | 0231a757533e58eb59418c90be69509b3d93498c /plugins/check_real.d | |
| parent | 1db493092ca6a68ff690251cc428037b54019a73 (diff) | |
| download | monitoring-plugins-1eace3a997cac6a98091238c6f71a2279183b1ad.tar.gz | |
* Fix compiler warning about comparing different signedness
* Fix compiler warning about constant strings
Diffstat (limited to 'plugins/check_real.d')
| -rw-r--r-- | plugins/check_real.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_real.d/config.h b/plugins/check_real.d/config.h index 2d99ad49..15b70b98 100644 --- a/plugins/check_real.d/config.h +++ b/plugins/check_real.d/config.h | |||
| @@ -17,7 +17,7 @@ typedef struct { | |||
| 17 | int server_port; | 17 | int server_port; |
| 18 | char *server_url; | 18 | char *server_url; |
| 19 | 19 | ||
| 20 | char *server_expect; | 20 | const char *server_expect; |
| 21 | 21 | ||
| 22 | mp_thresholds time_thresholds; | 22 | mp_thresholds time_thresholds; |
| 23 | 23 | ||
