From 2275fef14118110ca1b57b1b6d58d806c1342b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 9 Mar 2012 19:09:00 -0500 Subject: [PATCH] fixup: more parse error --- plugins/relayd/relayd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 34ffbd6b..aeebffaf 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -51,7 +51,7 @@ my $configfile = "/usr/local/etc/relayd.conf"; need_multigraph(); (defined($ENV{'logfile'})) and $logfile = $ENV{'logfile'}; -(defined($ENV{'configfile'})) and $configfile = $ENV{'offsetfile'}; +(defined($ENV{'configfile'})) and $configfile = $ENV{'configfile'}; my $cmd = (defined($ARGV[0])) ? $ARGV[0] : '';