summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-02 06:49:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:42 -0500
commit917ca215bb72dd9b7a93a8d883c286b140c4300c (patch)
tree7673c5d61c5466cc436700d15e2227d21e1b1345 /source4/scripting
parentc845ab1e60f2c97410fa4d530aa594f1f3d5fe55 (diff)
downloadsamba-917ca215bb72dd9b7a93a8d883c286b140c4300c.tar.gz
samba-917ca215bb72dd9b7a93a8d883c286b140c4300c.tar.bz2
samba-917ca215bb72dd9b7a93a8d883c286b140c4300c.zip
r11475: removed a extraneous ldb_delete() call (i had it there for debugging)
(This used to be commit daa9dcd8f4b1dde801091ec64faa8158481d171c)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/libjs/provision.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/libjs/provision.js b/source4/scripting/libjs/provision.js
index 8c2398e74e..959b71b6b3 100644
--- a/source4/scripting/libjs/provision.js
+++ b/source4/scripting/libjs/provision.js
@@ -166,7 +166,6 @@ function ldb_erase(ldb)
return;
}
assert(res.length == 0);
- ldb_delete(ldb);
}
/*