r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one is broken...
[ira/wip.git] / source / setup / upgrade
index f2d1a870ccf9629c3000b6409ae2f94e2ba6afbc..f05e22f2e04a0d78a4e19733a4a7d6e188bd0871 100755 (executable)
@@ -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) {