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:
committed by
Gerald (Jerry) Carter
parent
db8d78f187
commit
f687bc92ae
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user