From 461a5e905ccb538ee3ba6c69a5a356b0031abed9 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 29 Apr 2008 13:58:48 +0000 Subject: [PATCH] -Take away sleep with race condition removed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1221 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/credentials.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/credentials.pm b/xCAT-server-2.0/lib/xcat/plugins/credentials.pm index 10b6a135d..0300e55e3 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/credentials.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/credentials.pm @@ -143,7 +143,7 @@ sub ok_with_node { #to assent to such requests before users can log in. During postscripts #stage in stateful nodes and during the rc scripts of stateless boot my $select = new IO::Select; - sleep 0.5; # gawk script race condition might exist, try to lose just in case + #sleep 0.5; # gawk script race condition might exist, try to lose just in case my $sock = new IO::Socket::INET(PeerAddr=>$node, Proto => "tcp", PeerPort => shift);