remove check for existing user out of DXUser::new
authordjk <djk>
Tue, 16 Nov 1999 20:56:02 +0000 (20:56 +0000)
committerdjk <djk>
Tue, 16 Nov 1999 20:56:02 +0000 (20:56 +0000)
perl/DXUser.pm

index a6474abe51db668752c5832d7150dc97e6958cbc..fc2dab5c7a64106a7a30e1262fbcb7466b2b58bc 100644 (file)
@@ -114,7 +114,7 @@ sub new
        my $call = uc shift;
        #  $call =~ s/-\d+$//o;
   
-       confess "can't create existing call $call in User\n!" if $u{$call};
+#      confess "can't create existing call $call in User\n!" if $u{$call};
 
        my $self = bless {}, $pkg;
        $self->{call} = $call;