From 6e35000d0803a8f4908d9d26cbdf7f806522e44c Mon Sep 17 00:00:00 2001 From: Suleyman Poyraz Date: Thu, 31 Aug 2017 16:32:27 +0000 Subject: [PATCH] az kaldi yine gidecekti --- comar/src/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comar/src/loop.c b/comar/src/loop.c index 311f882..ff87419 100644 --- a/comar/src/loop.c +++ b/comar/src/loop.c @@ -124,7 +124,7 @@ handle_message(DBusMessage *msg) log_debug("Forked new process for '%s.%s' - '%s'\n", iface, method, path); - if (method == NULL || path == NULL || path == NULL) { + if (method == NULL || path == NULL || iface == NULL) { bus_reply_unknown_method(msg); } else if (strcmp("org.freedesktop.DBus.Introspectable", iface) == 0 && strcmp("Introspect", method) == 0) { -- 2.18.1