From ad291a255b6e2c142c1f59ff4db36dba831628bb Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 26 Jul 2015 08:21:23 -0400 Subject: [PATCH] In the add_herd function, exit out instead of returning undef --- bucardo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo b/bucardo index c61da9d68..0c7bc128c 100755 --- a/bucardo +++ b/bucardo @@ -4024,7 +4024,7 @@ sub add_herd { ## No sense going on if no nouns! if (! $nouncount) { confirm_commit(); - return undef; + exit 0; } ## Get the list of all requested tables, adding as needed -- 2.39.5