From: Maciej Zenczykowski Date: Mon, 4 Apr 2011 13:38:44 +0000 (+0200) Subject: v6: rename do_command() to do_command6() X-Git-Tag: v1.4.11~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=742e9a43c314b45a76acdac8f53d36f1337154bf;p=thirdparty%2Fiptables.git v6: rename do_command() to do_command6() (actually only applies to two comments, since the function has long been called do_command6) Signed-off-by: Maciej Zenczykowski Signed-off-by: Patrick McHardy --- diff --git a/ip6tables.c b/ip6tables.c index 83d8aed2..15508d6e 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -1407,11 +1407,11 @@ int do_command6(int argc, char *argv[], char **table, struct ip6tc_handle **hand cs.jumpto = ""; cs.argv = argv; - /* re-set optind to 0 in case do_command gets called + /* re-set optind to 0 in case do_command6 gets called * a second time */ optind = 0; - /* clear mflags in case do_command gets called a second time + /* clear mflags in case do_command6 gets called a second time * (we clear the global list of all matches for security)*/ for (m = xtables_matches; m; m = m->next) m->mflags = 0;