babeld: remove unnecessray blob_buf_init calls
authorNick Hainke <vincent@systemli.org>
Sat, 16 Oct 2021 07:35:53 +0000 (09:35 +0200)
committerNick Hainke <vincent@systemli.org>
Sat, 16 Oct 2021 08:48:38 +0000 (10:48 +0200)
commit2cf253b3df2db7830692de645504db294151e5ab
tree56b67592f546c4392c08e2000c525ce17c54851b
parent6d463ca97cf329fe5b7bb29ff5581076ff7245f9
babeld: remove unnecessray blob_buf_init calls

For some reason the buffer is initialized twice before filling it.
This does not break anything but is useless. Reduce the initialization
to only one.

Signed-off-by: Nick Hainke <vincent@systemli.org>
babeld/src/ubus.c