git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29d528
)
r6520: Fix unused variable warning.
author
Tim Potter
<tpot@samba.org>
Sat, 30 Apr 2005 04:46:17 +0000
(
04:46
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:16:21 +0000
(13:16 -0500)
source/lib/registry/reg_backend_ldb.c
patch
|
blob
|
history
diff --git
a/source/lib/registry/reg_backend_ldb.c
b/source/lib/registry/reg_backend_ldb.c
index fc01de61a507075ee058a58e551322ef1d078523..5f4e296edfc56e4910307142cb46e63ffbac3d7b 100644
(file)
--- a/
source/lib/registry/reg_backend_ldb.c
+++ b/
source/lib/registry/reg_backend_ldb.c
@@
-99,7
+99,7
@@
static int reg_close_ldb_key (void *data)
{
struct registry_key *key = data;
struct ldb_key_data *kd = key->backend_data;
- struct ldb_context *c = key->hive->backend_data;
+/* struct ldb_context *c = key->hive->backend_data; */
if (kd->subkeys) {
talloc_free(kd->subkeys);