mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
r6520: Fix unused variable warning.
This commit is contained in:
parent
a29d52817c
commit
36de31a631
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user