X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fiptables.c;h=aaddf9d6a6b8f68c33ce0a50589cec76448302b6;hb=30602f521a85820a9f6b7ac04876400e00c68b15;hp=5ef757a30123b014c5976bdce7be0d45aab3808e;hpb=9362752a471a5c892d679548fbf2828d5fc5684b;p=platform%2Fupstream%2Fconnman.git diff --git a/src/iptables.c b/src/iptables.c old mode 100644 new mode 100755 index 5ef757a..aaddf9d --- a/src/iptables.c +++ b/src/iptables.c @@ -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)