check_real: fixed for non-constness of default_expect

This commit is contained in:
Andreas Baumann 2026-01-23 09:42:09 +01:00
parent bfd123989b
commit 52267354e7

View file

@ -9,7 +9,7 @@ enum {
PORT = 554
};
const char *default_expect = "RTSP/1.";
char *default_expect = "RTSP/1.";
typedef struct {
char *server_address;