From: Volker Lendecke Date: Mon, 16 Jul 2007 08:23:20 +0000 (+0000) Subject: r23885: Fix make test on opi. X-Git-Tag: samba-misc-tags/initial-v3-2-unstable~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2adb28808fe25d420bc12834ca8bc70779bb653;p=thirdparty%2Fsamba.git r23885: Fix make test on opi. --- diff --git a/source/locking/brlock.c b/source/locking/brlock.c index 252728ced37..41a7b9ea4ab 100644 --- a/source/locking/brlock.c +++ b/source/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);