From: minima Date: Sat, 19 Feb 2005 02:41:12 +0000 (+0000) Subject: fix it properly X-Git-Tag: R_1_52~189 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=27b7373e5eb8d5501c2bd3d960934bc88c2daf82;p=spider.git fix it properly --- diff --git a/perl/Thingy/Rt.pm b/perl/Thingy/Rt.pm index bb81b1b3..ab831de2 100644 --- a/perl/Thingy/Rt.pm +++ b/perl/Thingy/Rt.pm @@ -136,7 +136,7 @@ sub handle_edu dbg("Thingy::Rt::edu $call not a user") if isdbg('chanerr'); next; } - $nref->del_user($call); + $nref->del_user($uref); RouteDB::delete($call, $dxchan->{call}); } elsif ($type eq 'N') { $nref = Route::Node::get($call);