diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-03 02:06:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:08 -0500 |
commit | 99fb785ea1dcf8ccc7bcbceed350178884e824b1 (patch) | |
tree | 5c6829f8ea7fc49480bda8313d390cbb612e9f99 /source4/setup | |
parent | 1cc7b6e7397444a859c78e5ecc61f53dd1017436 (diff) | |
download | samba-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-x | source4/setup/upgrade | 2 |
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) { |