1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix missing log initialization

This commit is contained in:
Steffen Vogel 2017-09-02 21:06:21 +02:00
parent 526be78ca5
commit 952a1c0444

View file

@ -46,6 +46,7 @@ int super_node_init(struct super_node *sn)
{
assert(sn->state == STATE_DESTROYED);
log_init(&sn->log, V, LOG_ALL);
#ifdef WITH_API
api_init(&sn->api, sn);
#endif /* WITH_API */