Skip to content

Commit

Permalink
Remove space after command line option in netlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Aug 2, 2024
1 parent 657107a commit 814ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ sub pingflood_finalize {
my @runcmd = @{$t->{testcmd}};
(my $test = join("_", @runcmd)) =~ s,/.*/,,;
if ($pseudo && $runcmd[0] eq $netbench) {
splice(@runcmd, 1, 0, '-C', $pseudo);
splice(@runcmd, 1, 0, "-C$pseudo");
}

my $begin = Time::HiRes::time();
Expand Down

0 comments on commit 814ffa5

Please sign in to comment.