From 17860cacd8fd667bd3f5a7ec06b90a411a738988 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 7 Oct 2010 14:35:03 -0700 Subject: [PATCH] Move dump_command() to a more logical place in the file Signed-off-by: Tom Eastep --- Shorewall/lib.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/lib.cli b/Shorewall/lib.cli index bf1012997..5b1275cac 100644 --- a/Shorewall/lib.cli +++ b/Shorewall/lib.cli @@ -990,6 +990,10 @@ do_dump_command() { fi } +dump_command() { + do_dump_command | dump_filter +} + # # Restore Comand Executor # @@ -1098,10 +1102,6 @@ read_yesno_with_timeout() { fi } -dump_command() { - do_dump_command | dump_filter -} - # # Print a heading with leading and trailing black lines #