Fix a coverity for 1142644
[platform/core/connectivity/stc-manager.git] / plugin / monitor / stc-plugin-monitor-app.c
index a0c0224..c7989f9 100755 (executable)
@@ -612,7 +612,7 @@ static void __make_counter(stc_app_value_s *app_value,
 
        if (iptype == NFACCT_TYPE_IPV4)
                list_data->counter_v4_list = g_slist_append(list_data->counter_v4_list, counter);
-       else if (iptype == NFACCT_TYPE_IPV6)
+       else
                list_data->counter_v6_list = g_slist_append(list_data->counter_v6_list, counter);
 }