allow sh/qrz to use a http proxy
[spider.git] / perl / Route / Node.pm
index 6b4f4332de9a8ff163054d37b4733cb7d23879f6..51ecedea2bb6575c9d58220cba96011e696cd9e4 100644 (file)
@@ -128,6 +128,9 @@ sub add_user
 {
        my $self = shift;
        my $ucall = shift;
+
+       confess "Trying to add NULL User call to routing tables" unless $ucall;
+
        $self->_adduser($ucall);
 
        $self->{usercount} = scalar @{$self->{users}};