From: Volker Lendecke Date: Mon, 16 Jul 2007 08:23:20 +0000 (+0000) Subject: r23885: Fix make test on opi. X-Git-Tag: samba-4.0.0alpha6~801^2~5352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476c30b9ce38eec8985447fdcd1d3ece97370704;p=thirdparty%2Fsamba.git r23885: Fix make test on opi. (This used to be commit b2adb28808fe25d420bc12834ca8bc70779bb653) --- diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 252728ced37..41a7b9ea4ab 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -1637,6 +1637,7 @@ static struct byte_range_lock *brl_get_locks_internal(TALLOC_CTX *mem_ctx, } br_lck->read_only = read_only; + br_lck->lock_data = NULL; talloc_set_destructor(br_lck, byte_range_lock_destructor);