mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r9770: Couple other bugfixes
Update TODO-list
(This used to be commit d9541535e3)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3719422441
commit
7be4cf8c1d
@@ -164,14 +164,13 @@ function setup_ldb(ldif, dbname, subobj)
|
||||
erase = arguments[4];
|
||||
}
|
||||
|
||||
var dbfile = dbname;
|
||||
var src = lp.get("setup directory") + "/" + ldif;
|
||||
|
||||
var data = sys.file_load(src);
|
||||
data = data + extra;
|
||||
data = substitute_var(data, subobj);
|
||||
|
||||
var ok = ldb.connect(dbfile);
|
||||
var ok = ldb.connect(dbname);
|
||||
assert(ok);
|
||||
|
||||
if (erase) {
|
||||
|
||||
Reference in New Issue
Block a user