1
0
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:
Tim Potter 2005-04-30 04:46:17 +00:00 committed by Gerald (Jerry) Carter
parent a29d52817c
commit 36de31a631

View File

@ -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);