Added support for empty array as non-configured public address.
This commit is contained in:
parent
cc95702a36
commit
90c9d16a32
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ namespace Mist {
|
|||
}
|
||||
if (prots.getIndice(i).hasMember("pubaddr") && prots.getIndice(i).getMember("pubaddr").getType() == DTSC_ARR){
|
||||
pubAddrs = prots.getIndice(i).getMember("pubaddr").asJSON();
|
||||
if (!pubAddrs.size()){pubAddrs.append("");}
|
||||
}
|
||||
if (mistPath.size()){
|
||||
pubAddrs.null();
|
||||
|
|
Loading…
Add table
Reference in a new issue