--- loncom/lond 2004/05/11 19:51:49 1.190 +++ loncom/lond 2004/05/20 18:17:12 1.191 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.190 2004/05/11 19:51:49 albertel Exp $ +# $Id: lond,v 1.191 2004/05/20 18:17:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -53,7 +53,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.190 $'; #' stupid emacs +my $VERSION='$Revision: 1.191 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid; @@ -1562,7 +1562,7 @@ sub make_new_child { $pwdcorrect=0; # log error if it is not a bad password if ($krb4_error != 62) { - &logthis('krb4:'.$uname.','.$contentpwd.','. + &logthis('krb4:'.$uname.','. &Authen::Krb4::get_err_txt($Authen::Krb4::error)); } }