mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Windows build fix.
This commit is contained in:
parent
19cc034665
commit
28335db4ba
@ -436,7 +436,7 @@ String Utility::EscapeShellCmd(const String& s)
|
|||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
int prev_quote = String::NPos;
|
int prev_quote = String::NPos;
|
||||||
ssize_t index = -1;
|
int index = -1;
|
||||||
|
|
||||||
BOOST_FOREACH(char ch, s) {
|
BOOST_FOREACH(char ch, s) {
|
||||||
bool escape = false;
|
bool escape = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user