From 76a8516f254bde4d4221c9914311695df216dec5 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 22 Mar 2005 21:02:14 +0000
Subject: [PATCH] Correct misleading comment.

---
 src/slurmd/shm.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/slurmd/shm.c b/src/slurmd/shm.c
index 32f3cea22c8..47256bb04b2 100644
--- a/src/slurmd/shm.c
+++ b/src/slurmd/shm.c
@@ -1072,10 +1072,9 @@ _shm_validate(void)
 			continue;
 
 		/*
-		 * Consider a job step running if the step state is less
-		 * than STARTED or if s->sid has not yet been set.
-		 * If the state is >= STARTED, check for running processes
-		 * by attempting to signal the running session.
+		 * If the state is >= STARTED and there is a container id, 
+		 * check for running processes by attempting to signal the 
+		 * running container/session.
 		 */
 		if ((s->state >= SLURMD_JOB_STARTED) &&
 		    (s->cont_id) &&
-- 
GitLab