mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r21294: this is useless, now that there's no operation in between...
metze
This commit is contained in:
parent
d399739820
commit
838d307e6c
@ -492,13 +492,6 @@ function provision_become_dc(subobj, message, paths, session_info)
|
||||
|
||||
setup_ldb("secrets.ldif", info, paths.secrets, false);
|
||||
|
||||
tmp = lp.get("secrets database");
|
||||
ok = lp.set("secrets database", paths.secrets);
|
||||
assert(ok);
|
||||
|
||||
ok = lp.set("secrets database", tmp);
|
||||
assert(ok);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user