From 63e060ea515e7cfb95b3cceed3c17f12cd3f3113 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 9 Sep 2015 17:01:35 -0700
Subject: [PATCH] update message about where to change code

---
 src/plugins/slurmctld/nonstop/msg.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/plugins/slurmctld/nonstop/msg.c b/src/plugins/slurmctld/nonstop/msg.c
index 65f3c816309..2081b62cd09 100644
--- a/src/plugins/slurmctld/nonstop/msg.c
+++ b/src/plugins/slurmctld/nonstop/msg.c
@@ -60,9 +60,8 @@
 #include "src/plugins/slurmctld/nonstop/msg.h"
 #include "src/plugins/slurmctld/nonstop/read_config.h"
 
-/* This version string must also be declared in the
- * client library smd_ns.c
- */
+/* This version string is defined at configure time of libsmd. The
+ * META of libsmd needs to reflect this version. */
 char *version_string = "VERSION:15.08";
 
 /* When a remote socket closes on AIX, we have seen poll() return EAGAIN
-- 
GitLab