mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Terminate string literals
refs #9147 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
b24f2a906c
commit
5adba6c4fe
@ -185,7 +185,7 @@ object CheckCommand "tcp" {
|
|||||||
key = "-E"
|
key = "-E"
|
||||||
order = 1
|
order = 1
|
||||||
set_if = "$tcp_escape_send$"
|
set_if = "$tcp_escape_send$"
|
||||||
description = "Enable usage of \n, \r, \t or \\ in send string.
|
description = "Enable usage of \n, \r, \t or \\ in send string."
|
||||||
}
|
}
|
||||||
"-s" = {
|
"-s" = {
|
||||||
order = 2
|
order = 2
|
||||||
@ -196,7 +196,7 @@ object CheckCommand "tcp" {
|
|||||||
key = "-E"
|
key = "-E"
|
||||||
order = 3
|
order = 3
|
||||||
set_if = "$tcp_escape_quit$"
|
set_if = "$tcp_escape_quit$"
|
||||||
description = "Enable usage of \n, \r, \t or \\ in quit string.
|
description = "Enable usage of \n, \r, \t or \\ in quit string."
|
||||||
}
|
}
|
||||||
"-q" = {
|
"-q" = {
|
||||||
order = 4
|
order = 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user