r21294: this is useless, now that there's no operation in between...
authorStefan Metzmacher <metze@samba.org>
Mon, 12 Feb 2007 11:16:06 +0000 (11:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:03 +0000 (14:48 -0500)
metze
(This used to be commit 838d307e6ca0740bc330a5ebc46b95f3181a5c14)

source4/scripting/libjs/provision.js

index 23f26a6b86b4ec0df9dd78d4dc17d2b737da6395..9f24b5e48bded87ff4346e485ab95d2bdc8267bb 100644 (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;
 }