make unset/logininfo not reset back to 1 after login

This commit is contained in:
minima 2001-09-15 19:25:40 +00:00
parent 07d281a1a9
commit 3e6bfdd3f5
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,6 @@
15Sep01=======================================================================
1. released 1.48
2. found 1st bug, fixed unset/logininfo reseting itself after logout
14Sep01=======================================================================
1. added the start of script files on login/startup. You can now add
commands (for example to set variables) to a file called

View File

@ -527,10 +527,7 @@ sub wantann_talk
sub wantlogininfo
{
my $self = shift;
my $n = shift;
$self->{wantlogininfo} = $n if $n;
return exists $self->{wantlogininfo} ? $self->{wantlogininfo} : 0;
return _want('logininfo', @_);
}
sub is_node