merge with master

This commit is contained in:
Robert Habermeier
2016-07-12 13:09:42 +02:00
35 changed files with 367 additions and 113 deletions

View File

@@ -238,7 +238,7 @@ impl Configuration {
})
}).collect(),
Some(_) => Vec::new(),
None => spec.nodes().clone(),
None => spec.nodes().to_owned(),
}
}