]> git.8kb.co.uk Git - slony-i/pgbouncer_follower/commitdiff
Fix regression of commit d6f52cf8280c4f740170bf1f93d31de2e0fd162
authorglyn <glyn@8kb.co.uk>
Wed, 22 Oct 2014 13:29:59 +0000 (14:29 +0100)
committerglyn <glyn@8kb.co.uk>
Wed, 22 Oct 2014 13:29:59 +0000 (14:29 +0100)
pgbouncer_follower.pl

index 0b88b19dfd2f987af14dd3c9a32185ff015bb7c2..81f092f9f6a5556912b12b1b3ab70bf01a4558ac 100755 (executable)
@@ -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'");