first try of graph.json

This commit is contained in:
root 2016-05-16 11:50:23 +02:00
parent 0f910c5483
commit 12c0fd4b70
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ func (builder *GraphBuilder) Extract() ([]*GraphNode,[]*GraphLink) {
iLinks += 1
}
}
return nodes, links
return nodes, links[:iLinks]
}
func (builder *GraphBuilder) isVPN(ids ...string) bool {