]> git.ipfire.org Git - people/ms/network.git/commit
networkctl: Fix parsing commands
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jun 2023 10:24:08 +0000 (10:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Jun 2023 10:24:08 +0000 (10:24 +0000)
commitd4028bc3f6b422a45f8f2ad41df2e59152474b6e
tree0a0b486a17dd1d9064548d59d728bc45c3fb49b6
parente9b0614e1d653a733c76a3246fd800566e3e1561
networkctl: Fix parsing commands

We used to send the argument that was last parsed to the next function
which probably isn't very useful.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/networkctl/command.c
src/networkctl/main.c