[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Thu, 19 Jul 2007 23:02:38 -0000


albertel		Thu Jul 19 19:02:38 2007 EDT

  Modified files:              
    /loncom/lonnet/perl	lonnet.pm 
  Log:
  - need to purge the memory of the interactions with memcached otherwise won't actually get new data from the memcached
  
  
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.896 loncom/lonnet/perl/lonnet.pm:1.897
--- loncom/lonnet/perl/lonnet.pm:1.896	Fri Jul 13 14:35:39 2007
+++ loncom/lonnet/perl/lonnet.pm	Thu Jul 19 19:02:37 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # TCP networking package
 #
-# $Id: lonnet.pm,v 1.896 2007/07/13 18:35:39 albertel Exp $
+# $Id: lonnet.pm,v 1.897 2007/07/19 23:02:37 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7884,6 +7884,7 @@
     }
     
     sub reset_hosts_info {
+	&purge_remembered();
 	&reset_domain_info();
 	&reset_hosts_ip_info();
 	undef(%name_to_host);