Browse Source

Ticket 48925 - slapd crash with SIGILL: Dsktune should detect lack of CMPXCHG16B

Description: escaping '"' in the ERROR message.

Reviewed by: one-line rule
Noriko Hosoi 9 years ago
parent
commit
975e0fae04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/systools/idsktune.c

+ 1 - 1
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");
     }