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