]> granicus.if.org Git - ipset/commit
ipset: avoid the unnecessary argv[] loop
authorHolger Eitzenberger <holger@eitzenberger.org>
Mon, 24 Jan 2011 21:36:35 +0000 (22:36 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 1 Feb 2011 16:38:07 +0000 (17:38 +0100)
commit004f06f32dd28f225a00d3ba7648a29eab28132e
tree1f5db7cc5a7e76a0e0e0e7fee4d87670a4c7e2dc
parent236c10d33b1027d83caf6127336b924e81d32135
ipset: avoid the unnecessary argv[] loop

After stripping off the global options there simply has to follow
a command name, there is no other syntax possible.  Therefore the
argv[] loop is unnecessary.

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
src/ipset.c