Fix typo in plugin
[platform/core/telephony/tel-plugin-imc.git] / src / s_ss.c
index 40e46fc..8a4a4e5 100644 (file)
@@ -2760,7 +2760,7 @@ gboolean s_ss_init(TcorePlugin *cp, CoreObject *co_ss)
 
        co_call = tcore_plugin_ref_core_object(cp,
                                                CORE_OBJECT_TYPE_CALL);
-       if (co_call) {
+       if (co_call == NULL) {
                err("Can't find CALL core object");
                return FALSE;
        }