Blame SOURCES/0014-Ticket-48925-slapd-crash-with-SIGILL-Dsktune-should-.patch

7c7f29
From 8464ea4aa20182d3f56c06287cbb8a2ff71e2837 Mon Sep 17 00:00:00 2001
7c7f29
From: Noriko Hosoi <nhosoi@redhat.com>
7c7f29
Date: Thu, 14 Jul 2016 15:36:03 -0700
7c7f29
Subject: [PATCH 14/15] Ticket 48925 - slapd crash with SIGILL: Dsktune should
7c7f29
 detect lack of CMPXCHG16B
7c7f29
7c7f29
Description: escaping '"' in the ERROR message.
7c7f29
7c7f29
Reviewed by: one-line rule
7c7f29
7c7f29
(cherry picked from commit 975e0fae044a08d2755b2394bac09d722bd1bae0)
7c7f29
---
7c7f29
 ldap/systools/idsktune.c | 2 +-
7c7f29
 1 file changed, 1 insertion(+), 1 deletion(-)
7c7f29
7c7f29
diff --git a/ldap/systools/idsktune.c b/ldap/systools/idsktune.c
7c7f29
index b6c352a..ad6a39e 100644
7c7f29
--- a/ldap/systools/idsktune.c
7c7f29
+++ b/ldap/systools/idsktune.c
7c7f29
@@ -895,7 +895,7 @@ linux_check_cpu_features(void)
7c7f29
     if (found == 0) {
7c7f29
         flag_os_bad = 1;
7c7f29
         printf("ERROR: This system does not support CMPXCHG16B instruction (cpuflag cx16).\n");
7c7f29
-        printf("       nsslapd-enable-nunc-stans must be set to "off" on this system. \n");
7c7f29
+        printf("       nsslapd-enable-nunc-stans must be set to \"off\" on this system. \n");
7c7f29
         printf("       In a future release of Directory Server this platform will NOT be supported.\n\n");
7c7f29
     }
7c7f29
 
7c7f29
-- 
7c7f29
2.4.11
7c7f29