Kaydet (Commit) 6e35000d authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

az kaldi yine gidecekti

üst a32632eb
...@@ -124,7 +124,7 @@ handle_message(DBusMessage *msg) ...@@ -124,7 +124,7 @@ handle_message(DBusMessage *msg)
log_debug("Forked new process for '%s.%s' - '%s'\n", iface, method, path); 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); bus_reply_unknown_method(msg);
} }
else if (strcmp("org.freedesktop.DBus.Introspectable", iface) == 0 && strcmp("Introspect", method) == 0) { else if (strcmp("org.freedesktop.DBus.Introspectable", iface) == 0 && strcmp("Introspect", method) == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment