mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-20 05:37:57 +00:00
Avoid warnings about missing initializers.
This commit is contained in:
parent
8cdeda51f4
commit
3fd6cafe9f
@ -138,7 +138,7 @@ int fd_clearstats()
|
||||
|
||||
int fd_showstats()
|
||||
{
|
||||
struct profile_total total={NULL, 0, "Total", 0,0,0};
|
||||
struct profile_total total={NULL, 0, "Total", 0,0,0,0};
|
||||
|
||||
stats_head = sort(stats_head);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user