From d6f52cf8280c4f740170bf1f93d31de2e0fd1627 Mon Sep 17 00:00:00 2001 From: glyn Date: Thu, 5 Jun 2014 13:21:11 +0100 Subject: [PATCH] Don't attempt to fix undefined status file --- pgbouncer_follower.pl | 4 ---- 1 file changed, 4 deletions(-) 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'"); -- 2.39.2