diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/setup/provision | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index 8766688de9..c388a10bf9 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -5,7 +5,7 @@ Released under the GNU GPL v2 or later */ -var options = new Object(); +options = new Object(); ok = GetOptions(ARGV, options, "POPT_AUTOHELP", "POPT_COMMON_SAMBA", @@ -150,7 +150,6 @@ function setup_ldb(ldif, dbname, subobj) if (arguments.length == 4) { extra = arguments[3]; } - printVars(lpGet("setup directory")); var db = lpGet("private dir") + "/" + dbname; var src = lpGet("setup directory") + "/" + ldif; |