summaryrefslogtreecommitdiff
path: root/source4/setup
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-03 02:06:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:08 -0500
commit99fb785ea1dcf8ccc7bcbceed350178884e824b1 (patch)
tree5c6829f8ea7fc49480bda8313d390cbb612e9f99 /source4/setup
parent1cc7b6e7397444a859c78e5ecc61f53dd1017436 (diff)
downloadsamba-99fb785ea1dcf8ccc7bcbceed350178884e824b1.tar.gz
samba-99fb785ea1dcf8ccc7bcbceed350178884e824b1.tar.bz2
samba-99fb785ea1dcf8ccc7bcbceed350178884e824b1.zip
r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one is broken, so that one is still disabled.
(This used to be commit ef794f03d50022a77303c77045a04d9407d07cbc)
Diffstat (limited to 'source4/setup')
-rwxr-xr-xsource4/setup/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/upgrade b/source4/setup/upgrade
index f2d1a870cc..f05e22f2e0 100755
--- a/source4/setup/upgrade
+++ b/source4/setup/upgrade
@@ -95,7 +95,7 @@ if (options.realm != undefined) {
subobj.REALM = options.realm;
}
-provision(subobj, message, options.blank, paths, system_session, creds);
+provision(subobj, message, options.blank, paths, system_session, creds, undefined);
var ret = upgrade(subobj,samba3,message,paths, system_session, creds);
if (ret > 0) {