[LON-CAPA-cvs] cvs: loncom /configuration Firewall.pm

raeburn raeburn at source.lon-capa.org
Sat Aug 8 19:22:09 EDT 2026


raeburn		Sat Aug  8 23:22:09 2026 EDT

  Modified files:              
    /loncom/configuration	Firewall.pm 
  Log:
  - Fix typo.
  
  
Index: loncom/configuration/Firewall.pm
diff -u loncom/configuration/Firewall.pm:1.29 loncom/configuration/Firewall.pm:1.30
--- loncom/configuration/Firewall.pm:1.29	Sat Aug  8 23:20:32 2026
+++ loncom/configuration/Firewall.pm	Sat Aug  8 23:22:09 2026
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Firewall configuration to allow internal LON-CAPA communication between servers   
 #
-# $Id: Firewall.pm,v 1.29 2026/08/08 23:20:32 raeburn Exp $
+# $Id: Firewall.pm,v 1.30 2026/08/08 23:22:09 raeburn Exp $
 #
 # The LearningOnline Network with CAPA
 #
@@ -370,6 +370,7 @@
                 }
             }
             close(PIPE);
+        }
     }
     unless ($status) {
         if (open(PIPE,'nft list tables |')) {




More information about the LON-CAPA-cvs mailing list