From 784f809c5c2a01a4d48a85f61542c5f76686a168 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 19 Jan 2005 21:23:02 +0000 Subject: missing = --- userspace/ebtables2/communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/ebtables2/communication.c b/userspace/ebtables2/communication.c index 81fca22..1035ae9 100644 --- a/userspace/ebtables2/communication.c +++ b/userspace/ebtables2/communication.c @@ -656,7 +656,7 @@ static int retrieve_from_file(char *filename, struct ebt_replace *repl, fseek(file, 0, SEEK_END); if (size != ftell(file)) { ebt_print_error("File %s has wrong size", filename); - ret -1; + ret = -1; goto close_file; } entries = (char *)malloc(repl->entries_size); -- cgit v1.2.3