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

metze at samba.org metze at samba.org
Mon Jan 23 14:29:11 GMT 2006


Author: metze
Date: 2006-01-23 14:29:10 +0000 (Mon, 23 Jan 2006)
New Revision: 13084

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

Log:
fix 'make test'!

I would sugguest to run 'make test && make valgrind' before each commit
at this stage...

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	2006-01-23 14:26:48 UTC (rev 13083)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2006-01-23 14:29:10 UTC (rev 13084)
@@ -551,11 +551,6 @@
 		return false;
 	}
 
-	if (lp.get("server role") == "pdc") {
-		message("server role must not be set to 'pdc' during the install\n");
-		return false;
-	}
-
 	return true;
 }
 



More information about the samba-cvs mailing list