Merge branch 'development' into LTS_development
This commit is contained in:
commit
a1da1469e9
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ namespace Mist {
|
||||||
}
|
}
|
||||||
if (prots.getIndice(i).hasMember("pubaddr") && prots.getIndice(i).getMember("pubaddr").getType() == DTSC_ARR){
|
if (prots.getIndice(i).hasMember("pubaddr") && prots.getIndice(i).getMember("pubaddr").getType() == DTSC_ARR){
|
||||||
pubAddrs = prots.getIndice(i).getMember("pubaddr").asJSON();
|
pubAddrs = prots.getIndice(i).getMember("pubaddr").asJSON();
|
||||||
|
if (!pubAddrs.size()){pubAddrs.append("");}
|
||||||
}
|
}
|
||||||
if (mistPath.size()){
|
if (mistPath.size()){
|
||||||
pubAddrs.null();
|
pubAddrs.null();
|
||||||
|
|
Loading…
Add table
Reference in a new issue