fix it properly
authorminima <minima>
Sat, 19 Feb 2005 02:41:12 +0000 (02:41 +0000)
committerminima <minima>
Sat, 19 Feb 2005 02:41:12 +0000 (02:41 +0000)
perl/Thingy/Rt.pm

index bb81b1b35301df7ba40dbe478d1ee4f0259885d4..ab831de286a1dd43132812b2bec961e7d7b31f9a 100644 (file)
@@ -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);