summaryrefslogtreecommitdiffstats
path: root/examples/nfacct-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfacct-add.c')
-rw-r--r--examples/nfacct-add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nfacct-add.c b/examples/nfacct-add.c
index 8132ade..64f94d1 100644
--- a/examples/nfacct-add.c
+++ b/examples/nfacct-add.c
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
char buf[MNL_SOCKET_BUFFER_SIZE];
struct nlmsghdr *nlh;
uint32_t portid, seq;
- struct nfacct nfacct;
+ struct nfacct nfacct = {};
int ret;
if (argc != 2) {