diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-01-23 09:42:09 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-01-23 09:42:09 +0100 |
| commit | 52267354e7ff8483b5e7a41de16cbee707ee2d19 (patch) | |
| tree | 9b3c01e226c9a914d4706c156d4782c96ac60ca5 /plugins | |
| parent | bfd123989bfde2e558d5c26e0caeff08584858f0 (diff) | |
| download | monitoring-plugins-52267354e7ff8483b5e7a41de16cbee707ee2d19.tar.gz | |
check_real: fixed for non-constness of default_expect
Diffstat (limited to 'plugins')
| -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..314aff37 100644 --- a/plugins/check_real.d/config.h +++ b/plugins/check_real.d/config.h | |||
| @@ -9,7 +9,7 @@ enum { | |||
| 9 | PORT = 554 | 9 | PORT = 554 |
| 10 | }; | 10 | }; |
| 11 | 11 | ||
| 12 | const char *default_expect = "RTSP/1."; | 12 | char *default_expect = "RTSP/1."; |
| 13 | 13 | ||
| 14 | typedef struct { | 14 | typedef struct { |
| 15 | char *server_address; | 15 | char *server_address; |
