mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
r9770: Couple other bugfixes
Update TODO-list
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
7f9efaceb6
commit
d9541535e3
@@ -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