summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-08-25 21:10:21 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-08-25 21:15:54 +0200
commitc615b4ba9fc12373620012fcaa762a096249370b (patch)
tree523fe5d695960dbc75c3bad6f578cf2d935399d5 /src/machine
parent2307f37e464ba0ade335c856138269c5d0bfeb6d (diff)
machinectl: remove unused variable
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 6b29e61642..f9f49ee892 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -1225,7 +1225,7 @@ static int process_forward(sd_event *event, PTYForward **forward, int master, bo
}
static int login_machine(int argc, char *argv[], void *userdata) {
- _cleanup_bus_message_unref_ sd_bus_message *reply = NULL, *m = NULL;
+ _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;
_cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;
_cleanup_(pty_forward_freep) PTYForward *forward = NULL;
_cleanup_bus_slot_unref_ sd_bus_slot *slot = NULL;