* ./vslsisapd/src/configuration:
- Bug: In Configuration parser XML zero status indicate no errors...
This commit is contained in:
parent
7b1fd28df0
commit
1c572fe188
|
@ -96,7 +96,7 @@ namespace {
|
||||||
xmlCleanupParser ();
|
xmlCleanupParser ();
|
||||||
}
|
}
|
||||||
|
|
||||||
return (_status != 0);
|
return (_status == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue