mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
super_node: fix copy&paste mistake in SuperNode::getInterfaces()
This commit is contained in:
parent
76464f202b
commit
06caa9c16e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
struct vlist * getInterfaces() {
|
struct vlist * getInterfaces() {
|
||||||
return &paths;
|
return &interfaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WITH_API
|
#ifdef WITH_API
|
||||||
|
|
Loading…
Add table
Reference in a new issue