From: minima Date: Sat, 19 Feb 2005 02:29:04 +0000 (+0000) Subject: add missing return X-Git-Tag: R_1_52~191 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=53a46e27296f76f27cd5c8db6f9853b26515f1f1;p=spider.git add missing return --- diff --git a/perl/Thingy/Rt.pm b/perl/Thingy/Rt.pm index bd5fd95d..29ec2cfd 100644 --- a/perl/Thingy/Rt.pm +++ b/perl/Thingy/Rt.pm @@ -209,5 +209,6 @@ sub upd_user_rec $user->homenode($parentcall) if !$user->homenode; $user->node($parentcall); $user->lastin($main::systime) unless DXChannel->get($call); + return $user; } 1;