From 742e9a43c314b45a76acdac8f53d36f1337154bf Mon Sep 17 00:00:00 2001 From: Maciej Zenczykowski Date: Mon, 4 Apr 2011 15:38:44 +0200 Subject: 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 --- ip6tables.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ip6tables.c') 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; -- cgit v1.2.3