From 73b360bb92cfc5d175b4191f567e879966fd6d8c Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Tue, 21 May 2002 13:27:19 +0000
Subject: [PATCH] Minor bug fix to tunnel setup code.

---
 tmcd/common/libsetup.pm | 1 +
 tmcd/libsetup.pm        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tmcd/common/libsetup.pm b/tmcd/common/libsetup.pm
index 62f0bb1d12..c516f1a9ca 100644
--- a/tmcd/common/libsetup.pm
+++ b/tmcd/common/libsetup.pm
@@ -1313,6 +1313,7 @@ sub dotunnels()
 	}
     }
 
+    close(CONF);
     close(RC);
     chmod(0755, TMTUNNELCONFIG);
     return 0;
diff --git a/tmcd/libsetup.pm b/tmcd/libsetup.pm
index 62f0bb1d12..c516f1a9ca 100644
--- a/tmcd/libsetup.pm
+++ b/tmcd/libsetup.pm
@@ -1313,6 +1313,7 @@ sub dotunnels()
 	}
     }
 
+    close(CONF);
     close(RC);
     chmod(0755, TMTUNNELCONFIG);
     return 0;
-- 
GitLab