merged back NEW_ROUTE into trunk
[spider.git] / cmd / show / newconfiguration.pl
index a2599b88d69ebc0a53eb56dc10d6fd96d3d2c7ad..6675619131b4eba8aef767c0d5b253110a533538 100644 (file)
@@ -16,6 +16,6 @@ if (@list && $list[0] =~ /^NOD/) {
        shift @list;
 }
 
-push @out, $main::routeroot->config($nodes_only, 0, @list);
+push @out, $main::routeroot->config($nodes_only, 0, [], @list);
 return (1, @out);