Browse Source

this is better

master
Jonathan "Duke" Leto 7 years ago
parent
commit
972319e471
  1. 2
      lib/Hush/List.pm

2
lib/Hush/List.pm

@ -314,7 +314,7 @@ sub send_message {
if (defined $opid) {
debug("send_message: z_sendmany opid=$opid from $from");
# omg we got an opid, lets see what is up
my @opids = ( $opid, 0 );
my @opids = ( $opid );
my $status = $rpc->z_getoperationstatus([@opids]);
if ($status) {
debug("send_message: $opid has status=$status");

Loading…
Cancel
Save