From: glyn Date: Thu, 5 Jun 2014 12:21:11 +0000 (+0100) Subject: Don't attempt to fix undefined status file X-Git-Url: https://git.8kb.co.uk/?p=slony-i%2Fpgbouncer_follower;a=commitdiff_plain;h=d6f52cf8280c4f740170bf1f93d31de2e0fd1627 Don't attempt to fix undefined status file --- diff --git a/pgbouncer_follower.pl b/pgbouncer_follower.pl index b5152df..fefe45e 100755 --- a/pgbouncer_follower.pl +++ b/pgbouncer_follower.pl @@ -64,10 +64,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'");