From 4add7a97ae906a0dd74217618be23d90ea0fe2ac Mon Sep 17 00:00:00 2001 From: Petri Gynther Date: Sun, 24 Feb 2013 10:56:59 +0100 Subject: fix compilation warning --- userspace/ebtables2/communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace') diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c index 62ed667..ba058c0 100644 --- a/userspace/ebtables2/communication.c +++ b/userspace/ebtables2/communication.c @@ -282,7 +282,7 @@ static int store_counters_in_file(char *filename, struct ebt_u_replace *repl) } close_file: fclose(file); - return 0; + return ret; } /* Gets executed after ebt_deliver_table. Delivers the counters to the kernel -- cgit v1.2.3