From 0b8638f8bf27a34f260df9e483f0b172f46ebda7 Mon Sep 17 00:00:00 2001 From: tewk <tewk@unknown> Date: Wed, 24 Jul 2002 18:12:28 +0000 Subject: [PATCH] Modified comment --- src/slurmctld/controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slurmctld/controller.c b/src/slurmctld/controller.c index 4af29e5d889..56edafbec1d 100644 --- a/src/slurmctld/controller.c +++ b/src/slurmctld/controller.c @@ -161,8 +161,8 @@ main (int argc, char *argv[]) /* Do without threads on failure */ error ("pthread_create errno %d", errno); slurmctld_req ( msg ); /* process the request */ - /* close should only be called when the stream implementation is being used - * the following call will be a no-op in the message implementation */ + /* close should only be called when the socket implementation is being used + * the following call will be a no-op in a message/mongo implementation */ slurm_close_accepted_conn ( newsockfd ); /* close the new socket */ } } -- GitLab