From 72910ff705e3df5888399471beeccb80ebdd8863 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 6 Aug 2008 19:00:22 -0700 Subject: Fix typo. --- scripts/vyatta-nat-translations.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-nat-translations.pl b/scripts/vyatta-nat-translations.pl index a272725..abd5f5c 100755 --- a/scripts/vyatta-nat-translations.pl +++ b/scripts/vyatta-nat-translations.pl @@ -190,7 +190,7 @@ my $xs = XML::Simple->new(ForceArray => 1, KeepRoot => 0); my ($xml, $data); # flush stdout after every write for pipe mode -$! = 1 if defined $pipe; +$| = 1 if defined $pipe; if (defined $verbose) { printf($verbose_format, 'Pre-NAT src', 'Pre-NAT dst', -- cgit v1.2.3