[LON-CAPA-cvs] cvs: loncom / lonssl.pm

raeburn raeburn at source.lon-capa.org
Tue Dec 11 10:15:26 EST 2018


raeburn		Tue Dec 11 15:15:26 2018 EDT

  Modified files:              
    /loncom	lonssl.pm 
  Log:
  - Typo in rev. 1.22
  
  
Index: loncom/lonssl.pm
diff -u loncom/lonssl.pm:1.22 loncom/lonssl.pm:1.23
--- loncom/lonssl.pm:1.22	Tue Dec 11 13:05:40 2018
+++ loncom/lonssl.pm	Tue Dec 11 15:15:26 2018
@@ -1,5 +1,5 @@
 #
-# $Id: lonssl.pm,v 1.22 2018/12/11 13:05:40 raeburn Exp $
+# $Id: lonssl.pm,v 1.23 2018/12/11 15:15:26 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -418,7 +418,7 @@
 }
 
 sub Read_Connect_Config {
-    my ($secureconf,$perlvarref,$crlchecked) = @_;
+    my ($secureconf,$perlvarref,$crlcheckedref) = @_;
     return unless (ref($secureconf) eq 'HASH');
 
     unless (ref($perlvarref) eq 'HASH') {




More information about the LON-CAPA-cvs mailing list