--- AnyEvent-MP/MP/Node.pm 2012/02/28 18:37:24 1.53 +++ AnyEvent-MP/MP/Node.pm 2012/02/29 18:44:59 1.54 @@ -133,7 +133,7 @@ # on global nodes, all betsa re off now - we either know the node, or we don't unless ($AnyEvent::MP::Kernel::GLOBAL) { $self->{connect_w} = AnyEvent::MP::Kernel::global_req ( - global_find => $self->{id}, + g_find => $self->{id}, sub { return unless $self; # just to be sure return unless @{ $_[0] };