]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: Drop needless assignment in --help case
authorPhil Sutter <phil@nwl.cc>
Wed, 22 Nov 2023 02:54:24 +0000 (03:54 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Nov 2023 16:59:42 +0000 (17:59 +0100)
commitdd38b9a85195c008cc1462e3b24c333be175efc3
tree785d578c8c6a7a66403746848ad1744efd36e9bf
parent9a9ff768cab58aea02828e422184873e52e9846a
xshared: Drop needless assignment in --help case

Help text printing code does not refer to optarg, so there is no need to
assign to it if unset.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xshared.c