[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonauth.pm

raeburn raeburn at source.lon-capa.org
Sun Apr 6 09:52:36 EDT 2014


raeburn		Sun Apr  6 13:52:36 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	lonauth.pm 
  Log:
  - For 2.11
    - Backport 1.133
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.121.2.9 loncom/auth/lonauth.pm:1.121.2.10
--- loncom/auth/lonauth.pm:1.121.2.9	Wed Feb 26 20:46:45 2014
+++ loncom/auth/lonauth.pm	Sun Apr  6 13:52:36 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.121.2.9 2014/02/26 20:46:45 raeburn Exp $
+# $Id: lonauth.pm,v 1.121.2.10 2014/04/06 13:52:36 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -321,7 +321,7 @@
     my %sessiondata;
     if ($form{'iptoken'}) {
         %sessiondata = &Apache::lonnet::tmpget($form{'iptoken'});
-        my $delete = &Apache::lonnet::tmpdel($form{'token'});
+        my $delete = &Apache::lonnet::tmpdel($form{'iptoken'});
     }
 
     if (($tmpinfo=~/^error/) || ($tmpinfo eq 'con_lost') || 




More information about the LON-CAPA-cvs mailing list