Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Aug 21, 2012
2 parents 7407b00 + 6cb05fc commit 4030c65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ sub _parseNetstatNrv {

my $address = $1;
my $mask = $2;
my $gateway = $3 if $3 ne $1;
my $gateway = ($3 ne $1) ? $3 : undef;
my $interface = $4;
my $mtu = $5;

Expand Down

0 comments on commit 4030c65

Please sign in to comment.