Merge branch 'ent-13099-agente-windows-no-se-inicia-tras-update-server' into 'develop'
Skip empty lines. See merge request artica/pandorafms!7056
This commit is contained in:
commit
a61b1a57b2
pandora_agents/win32
|
@ -53,6 +53,9 @@ Key_Value::parseLine (string str) {
|
||||||
string trimmedstr;
|
string trimmedstr;
|
||||||
|
|
||||||
trimmedstr = trim (str);
|
trimmedstr = trim (str);
|
||||||
|
if (trimmedstr == "") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/* Check if the string has " */
|
/* Check if the string has " */
|
||||||
pos = trimmedstr.find ("\"");
|
pos = trimmedstr.find ("\"");
|
||||||
|
|
Loading…
Reference in New Issue