diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-25 21:10:21 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-08-25 21:15:54 +0200 |
commit | c615b4ba9fc12373620012fcaa762a096249370b (patch) | |
tree | 523fe5d695960dbc75c3bad6f578cf2d935399d5 /src/machine | |
parent | 2307f37e464ba0ade335c856138269c5d0bfeb6d (diff) | |
download | systemd-c615b4ba9fc12373620012fcaa762a096249370b.tar.gz |
machinectl: remove unused variable
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/machinectl.c | 2 |
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; |