From 52267354e7ff8483b5e7a41de16cbee707ee2d19 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Jan 2026 09:42:09 +0100 Subject: check_real: fixed for non-constness of default_expect --- plugins/check_real.d/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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 { PORT = 554 }; -const char *default_expect = "RTSP/1."; +char *default_expect = "RTSP/1."; typedef struct { char *server_address; -- cgit v1.2.3-74-g34f1