1
0
Fork 0
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:
Steffen Vogel 2019-01-21 18:55:09 +01:00
parent 76464f202b
commit 06caa9c16e

View file

@ -109,7 +109,7 @@ public:
}
struct vlist * getInterfaces() {
return &paths;
return &interfaces;
}
#ifdef WITH_API