svn commit: samba r21294 - in branches/SAMBA_4_0/source/scripting/libjs: .

metze at samba.org metze at samba.org
Mon Feb 12 11:16:06 GMT 2007


Author: metze
Date: 2007-02-12 11:16:06 +0000 (Mon, 12 Feb 2007)
New Revision: 21294

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21294

Log:
this is useless, now that there's no operation in between...

metze
Modified:
   branches/SAMBA_4_0/source/scripting/libjs/provision.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-02-12 10:58:06 UTC (rev 21293)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-02-12 11:16:06 UTC (rev 21294)
@@ -492,13 +492,6 @@
 
 	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;
 }
 



More information about the samba-cvs mailing list