From daf344ce52bb3aff9c73d41259bde1bf2e9c248f Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Wed, 22 Oct 2003 17:20:43 +0000
Subject: [PATCH]  o set PORT_RETRIES to 0 to nullify fix for gnats:253

---
 src/common/slurm_protocol_socket_implementation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/slurm_protocol_socket_implementation.c b/src/common/slurm_protocol_socket_implementation.c
index 2034528b07a..1d725c0941a 100644
--- a/src/common/slurm_protocol_socket_implementation.c
+++ b/src/common/slurm_protocol_socket_implementation.c
@@ -62,7 +62,7 @@
 #include "src/common/xmalloc.h"
 #include "src/common/util-net.h"
 
-#define PORT_RETRIES    2
+#define PORT_RETRIES    0
 #define MIN_USER_PORT   (IPPORT_RESERVED + 1)
 #define MAX_USER_PORT   0xffff
 #define RANDOM_USER_PORT ((uint16_t) ((lrand48() % \
-- 
GitLab