]> git.8kb.co.uk Git - slony-i/pgbouncer_follower/commitdiff
Don't attempt to fix undefined status file
authorglyn <glyn@8kb.co.uk>
Thu, 5 Jun 2014 12:21:11 +0000 (13:21 +0100)
committerglyn <glyn@8kb.co.uk>
Thu, 5 Jun 2014 12:21:11 +0000 (13:21 +0100)
pgbouncer_follower.pl

index b5152dfa6785bb589d2c30c6d4447de2afa8ef97..fefe45ee153ffd6112f40ebf31f1b8b2aec8c44b 100755 (executable)
@@ -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");
 }
 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'");
  
 if ($g_debug) {
     printLogLn($g_logfile, "DEBUG: Logging to my '$g_logfile'");