mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-24 07:39:14 -04:00
check_real: fixed for non-constness of default_expect
This commit is contained in:
parent
bfd123989b
commit
52267354e7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ enum {
|
|||
PORT = 554
|
||||
};
|
||||
|
||||
const char *default_expect = "RTSP/1.";
|
||||
char *default_expect = "RTSP/1.";
|
||||
|
||||
typedef struct {
|
||||
char *server_address;
|
||||
|
|
|
|||
Loading…
Reference in a new issue