1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

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

This commit is contained in:
Andrew Bartlett
2007-05-31 12:08:03 +00:00
committed by Gerald (Jerry) Carter
parent db8d78f187
commit f687bc92ae

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);