diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sbus/sssd_dbus_connection.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sbus/sssd_dbus_connection.c b/src/sbus/sssd_dbus_connection.c index 618ca63d0..440b710a6 100644 --- a/src/sbus/sssd_dbus_connection.c +++ b/src/sbus/sssd_dbus_connection.c @@ -430,9 +430,7 @@ static void sbus_handler_got_caller_id(struct tevent_req *req) const struct sbus_method_meta *method; const struct sbus_interface_meta *interface; const char *msg_method; - const char *path; const char *msg_interface; - const char *sender; sbus_msg_handler_fn handler_fn = NULL; void *handler_data = NULL; /* Must be a talloc pointer! */ struct sbus_introspect_ctx *ictx = NULL; @@ -449,9 +447,7 @@ static void sbus_handler_got_caller_id(struct tevent_req *req) } msg_method = dbus_message_get_member(dbus_req->message); - path = dbus_message_get_path(dbus_req->message); msg_interface = dbus_message_get_interface(dbus_req->message); - sender = dbus_message_get_sender(dbus_req->message); DEBUG(SSSDBG_TRACE_ALL, "Received SBUS method [%s]\n", msg_method); /* Prepare the handler */ |