Using correct signal name while registering method handle_ip6tables_remove_chain(). 91/163291/1
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 8 Dec 2017 08:44:15 +0000 (14:14 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 8 Dec 2017 08:44:15 +0000 (14:14 +0530)
Change-Id: I35acd8246017b72cb1378233691a1b4184bde356
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/stc-iptables.spec
src/stc-iptables-gdbus.c

index aa2af8d..2a00b7c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       stc-iptables
 Summary:    STC(Smart Traffic Control) iptables
-Version:    0.0.2
+Version:    0.0.3
 Release:    0
 Group:      Network & Connectivity/Other
 License:    GPL-2.0+
index 4f610a1..525262a 100755 (executable)
@@ -48,7 +48,7 @@ static gboolean __stc_iptables_gdbus_chain_init(stc_iptables_s *stc_iptables)
                         G_CALLBACK(handle_ip6tables_add_chain),
                         stc_iptables);
 
-       g_signal_connect(chain, "handle-ipt6-remove-chain",
+       g_signal_connect(chain, "handle-ip6t-remove-chain",
                         G_CALLBACK(handle_ip6tables_remove_chain),
                         stc_iptables);