diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-load-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-load-config.pl b/scripts/vyatta-load-config.pl index 6036685..5c73eb1 100755 --- a/scripts/vyatta-load-config.pl +++ b/scripts/vyatta-load-config.pl @@ -140,7 +140,7 @@ if ( $xorp_cfg or !$valid_cfg ) { exit 1; } } -close $cfg +close $cfg; # log it openlog( $0, "", LOG_USER ); |