From: glyn Date: Wed, 22 Oct 2014 13:29:59 +0000 (+0100) Subject: Fix regression of commit d6f52cf8280c4f740170bf1f93d31de2e0fd162 X-Git-Url: https://git.8kb.co.uk/?p=slony-i%2Fpgbouncer_follower;a=commitdiff_plain;h=9201c4dadec1fb9798129383ce6ee33d0cb6572c Fix regression of commit d6f52cf8280c4f740170bf1f93d31de2e0fd162 --- diff --git a/pgbouncer_follower.pl b/pgbouncer_follower.pl index 0b88b19..81f092f 100755 --- a/pgbouncer_follower.pl +++ b/pgbouncer_follower.pl @@ -65,10 +65,6 @@ die $g_usage unless GetOptions(\%opt, 'config_file|f=s', 'daemon|D',) and keys % unless (getConfig($opt{config_file})){ print ("There was a problem reading the configuration.\n"); } -if (!defined($g_status_file)) { - $g_status_file = "/tmp/$g_clname.status"; -} - if ($g_debug) { printLogLn($g_logfile, "DEBUG: Logging to my '$g_logfile'");