summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-19 22:55:06 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-08-19 22:55:42 +0200
commitac45dec934b0932d03fbd498a3c6e8e90a01813f (patch)
tree20e2129ec1d1194fbf8068e6ff57d503c23b6e15 /src/core/dbus-job.c
parentd5a169aaee81246262a83cef2a0295ea5d1e7e40 (diff)
remove unused variables
Diffstat (limited to 'src/core/dbus-job.c')
-rw-r--r--src/core/dbus-job.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-job.c b/src/core/dbus-job.c
index eb7257d681..3f7a28a734 100644
--- a/src/core/dbus-job.c
+++ b/src/core/dbus-job.c
@@ -30,7 +30,6 @@ static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, job_type, JobType);
static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_state, job_state, JobState);
static int verify_sys_admin_or_owner_sync(sd_bus_message *message, Job *j, sd_bus_error *error) {
- _cleanup_bus_creds_unref_ sd_bus_creds *creds = NULL;
int r;
if (sd_bus_track_contains(j->clients, sd_bus_message_get_sender(message)))