[LON-CAPA-cvs] cvs: loncom / LondConnection.pm
raeburn
raeburn at source.lon-capa.org
Mon Dec 3 08:48:13 EST 2018
raeburn Mon Dec 3 13:48:13 2018 EDT
Modified files:
/loncom LondConnection.pm
Log:
- Remove linefeed from buildkey for consistency with lond.
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.57 loncom/LondConnection.pm:1.58
--- loncom/LondConnection.pm:1.57 Tue Aug 7 17:12:09 2018
+++ loncom/LondConnection.pm Mon Dec 3 13:48:13 2018
@@ -1,7 +1,7 @@
# This module defines and implements a class that represents
# a connection to a lond daemon.
#
-# $Id: LondConnection.pm,v 1.57 2018/08/07 17:12:09 raeburn Exp $
+# $Id: LondConnection.pm,v 1.58 2018/12/03 13:48:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -530,6 +530,7 @@
}
} elsif ($self->{State} eq "ReceivingKey") {
my $buildkey = $self->{TransactionReply};
+ chomp($buildkey);
my $key = $self->{LoncapaHim}.$perlvar{'lonHostID'};
$key=~tr/a-z/A-Z/;
$key=~tr/G-P/0-9/;
More information about the LON-CAPA-cvs
mailing list