1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3-dbwrap: Fix an unused var warning

This commit is contained in:
Volker Lendecke 2012-04-18 14:23:06 +02:00
parent 2085c20bb1
commit 0021fc17e4

View File

@ -1004,7 +1004,9 @@ static int db_ctdb_record_destr(struct db_record* data)
/* Do I own this record? */
static bool db_ctdb_own_record(TDB_DATA ctdb_data, bool read_only)
{
#ifdef HAVE_CTDB_WANT_READONLY_DECL
struct ctdb_ltdb_header *hdr;
#endif
if (ctdb_data.dptr == NULL)
return false;