Skip to content

Commit

Permalink
fixup! information: add batman-adv statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Mar 19, 2024
1 parent e954ce9 commit 83e7dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/information.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int gluon_beacon_diagnostic_information_batman_adv_collect(uint8_t *buffer, size
buffer[1] = stats.vpn.tq;
buffer[2] = stats.neighbor_count;

return 0;
return 3;
}

#else
Expand Down

0 comments on commit 83e7dec

Please sign in to comment.