]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/configinfo.c
Changed search attrs to struct berval **.
[openldap] / servers / slapd / configinfo.c
index 51874a539f4ce5d3b28a3c33d0828cfec43b36c7..51c2b472fc6e845f3fffeeca138d6677f78f9909 100644 (file)
@@ -81,7 +81,7 @@ config_info(
                strcpy( buf, backends[i].be_type );
                for ( j = 0; backends[i].be_suffix[j] != NULL; j++ ) {
                        strcat( buf, " : " );
-                       strcat( buf, backends[i].be_suffix[j] );
+                       strcat( buf, backends[i].be_suffix[j]->bv_val );
                }
                val.bv_val = buf;
                val.bv_len = strlen( buf );