summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-01-23 14:29:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:23 -0500
commit627983ced0d38b1a0734918af4d3759a28a25ef4 (patch)
tree021426bdf16e65c4093194b907c178fb3f05befa
parent52e90b4ad993486b8be82050530953889f55b3fc (diff)
downloadsamba-627983ced0d38b1a0734918af4d3759a28a25ef4.tar.gz
samba-627983ced0d38b1a0734918af4d3759a28a25ef4.tar.bz2
samba-627983ced0d38b1a0734918af4d3759a28a25ef4.zip
r13084: fix 'make test'!
I would sugguest to run 'make test && make valgrind' before each commit at this stage... metze (This used to be commit b7a0a778cc77f294aac589416b05dc676696d11e)
-rw-r--r--source4/scripting/libjs/provision.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js
index d05796001e..ef6fe31285 100644
--- a/source4/scripting/libjs/provision.js
+++ b/source4/scripting/libjs/provision.js
@@ -551,11 +551,6 @@ function provision_validate(subobj, message)
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;
}