summaryrefslogtreecommitdiffstats
path: root/source/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-02 06:49:08 +0000
committerAndrew Tridgell <tridge@samba.org>2005-11-02 06:49:08 +0000
commitf4e14961597f4664fcf1b7d456529218efd47ec0 (patch)
treec8f8ed040deceb00eda521d8a5557ba77f812bbc /source/scripting
parent9f7a085045e72e6865a1a4daabb6367ec0187ecf (diff)
downloadsamba-f4e14961597f4664fcf1b7d456529218efd47ec0.tar.gz
samba-f4e14961597f4664fcf1b7d456529218efd47ec0.tar.xz
samba-f4e14961597f4664fcf1b7d456529218efd47ec0.zip
r11475: removed a extraneous ldb_delete() call (i had it there for debugging)
Diffstat (limited to 'source/scripting')
-rw-r--r--source/scripting/libjs/provision.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/scripting/libjs/provision.js b/source/scripting/libjs/provision.js
index 8c2398e74ec..959b71b6b3a 100644
--- a/source/scripting/libjs/provision.js
+++ b/source/scripting/libjs/provision.js
@@ -166,7 +166,6 @@ function ldb_erase(ldb)
return;
}
assert(res.length == 0);
- ldb_delete(ldb);
}
/*