1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

r23264: Make it more clear what this is actually setting up

(This used to be commit f687bc92ae)
This commit is contained in:
Andrew Bartlett
2007-05-31 12:08:03 +00:00
committed by Gerald (Jerry) Carter
parent af1c3c64b0
commit 6e68fe69ea

View File

@ -720,7 +720,7 @@ function provision_schema(subobj, message, tmp_schema_path, paths)
info.subobj = subobj;
info.message = message;
message("Setting up sam.ldb partitions\n");
message("Setting up " + tmp_schema_path + " as a temporary database to store the schema\n");
/* This will erase anything in the tmp db */
var samdb = open_ldb(info, tmp_schema_path, true);