1
0
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:
Stefan Metzmacher 2007-02-12 11:16:06 +00:00 committed by Gerald (Jerry) Carter
parent d399739820
commit 838d307e6c

View File

@ -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;
}