]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/phonetic.c
Fix maxDeref directive
[openldap] / servers / slapd / phonetic.c
index 65b2a748045edd379ccda15654c63f676750b5f8..f5871ee8b814c1f338f5df4cc023f5e8d0d24b8e 100644 (file)
@@ -17,7 +17,7 @@
 
 #define iswordbreak(x)  (!isascii(x) || isspace((unsigned char) (x)) || \
                         ispunct((unsigned char) (x)) || \
-                        isdigit((unsigned char) (x)) || x == '\0')
+                        isdigit((unsigned char) (x)) || (x) == '\0')
 
 char *
 first_word( char *s )