From 8096371fa337339921c64617b1af400a1b420dc7 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 12 Aug 2015 22:48:22 -0400 Subject: [PATCH] No need to get the syncname from the self object when we already extracted it from the sync object at the top of the sub! --- Bucardo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bucardo.pm b/Bucardo.pm index b7a3de49e..10e0cc980 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -9599,7 +9599,7 @@ sub push_rows { ## Total number of rows written $count = 0; - my $newname = $goat->{newname}{$self->{syncname}}; + my $newname = $goat->{newname}{$syncname}; ## As with delete, we may break this into more than one step ## Should only be a factor for very large numbers of keys -- 2.39.5