]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema_check.c
fix possible uninitialized use of nmods
[openldap] / servers / slapd / schema_check.c
index 4aead7c4aa923abb965b516a1e44fbb851839c30..31c16e2f2d58747c6c8fe4f70e183de4df065151 100644 (file)
@@ -737,7 +737,7 @@ int structural_class(
        }
 
        if( sc == NULL ) {
-               *text = "no structural object classes provided";
+               *text = "no structural object class provided";
                return LDAP_OBJECT_CLASS_VIOLATION;
        }