Updated connman to version 1.35
[platform/upstream/connman.git] / src / iptables.c
old mode 100644 (file)
new mode 100755 (executable)
index 5ef757a..aaddf9d
@@ -2350,7 +2350,7 @@ int __connman_iptables_commit(const char *table_name)
                return -EINVAL;
 
        repl = iptables_blob(table);
-       if (!repl)
+       if(!repl)
                return -ENOMEM;
 
        if (debug_enabled)