From 122781f13915b0e6e9bf752a79ad0cc5683e140e Mon Sep 17 00:00:00 2001
From: minima <minima>
Date: Tue, 21 Jan 2003 15:06:31 +0000
Subject: [PATCH] no manditory passphrase

---
 perl/cluster.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl/cluster.pl b/perl/cluster.pl
index c6ec4e52..fb093d70 100755
--- a/perl/cluster.pl
+++ b/perl/cluster.pl
@@ -205,7 +205,7 @@ sub new_channel
 				Log('DXCommand', "$main::mycall using NP but has no passphrase");
 				dbg("$main::mycall using NP but has no passphrase");
 			}
-			already_conn($conn, $call, "Need to exchange passphrases");
+#			already_conn($conn, $call, "Need to exchange passphrases");
 			return;
 		}
 	} elsif ($user->is_node) {
-- 
2.43.0