Skip to content

Commit

Permalink
High: fencing: fence_legacy - Drop spurilous host argument from statu…
Browse files Browse the repository at this point in the history
…s query
  • Loading branch information
beekhof committed Mar 2, 2012
1 parent cd075e4 commit 797d740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fencing/fence_legacy
Expand Up @@ -176,8 +176,8 @@ if ( $pid=fork() == 0 )
}
elsif ( $opt_o eq "monitor" || $opt_o eq "stat" || $opt_o eq "status" )
{
print "Performing: $opt_s -t $opt_t -S $opt_n\n" unless defined $opt_q;
exec "$opt_s -t $opt_t $extra_args -S $opt_n" or die "failed to exec \"$opt_s\"\n";
print "Performing: $opt_s -t $opt_t -S\n" unless defined $opt_q;
exec "$opt_s -t $opt_t $extra_args -S" or die "failed to exec \"$opt_s\"\n";
}
else
{
Expand Down

0 comments on commit 797d740

Please sign in to comment.