From 27b7373e5eb8d5501c2bd3d960934bc88c2daf82 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 19 Feb 2005 02:41:12 +0000 Subject: [PATCH] fix it properly --- perl/Thingy/Rt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1