summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/brlock_tdb.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-07 08:12:54 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commit1969aa8eacd257951cdc8d13110302c3b9388013 (patch)
treedb36becce95919c7e94d524dd0fd31c5241c1d15 /source4/ntvfs/common/brlock_tdb.c
parent5c3e985fb53e7e210d665a6fc8199b0844019340 (diff)
downloadsamba-1969aa8eacd257951cdc8d13110302c3b9388013.tar.gz
samba-1969aa8eacd257951cdc8d13110302c3b9388013.tar.bz2
samba-1969aa8eacd257951cdc8d13110302c3b9388013.zip
s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3
Diffstat (limited to 'source4/ntvfs/common/brlock_tdb.c')
-rw-r--r--source4/ntvfs/common/brlock_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/brlock_tdb.c b/source4/ntvfs/common/brlock_tdb.c
index ab4d91c4db..3fd0edcc69 100644
--- a/source4/ntvfs/common/brlock_tdb.c
+++ b/source4/ntvfs/common/brlock_tdb.c
@@ -779,5 +779,5 @@ static const struct brlock_ops brlock_tdb_ops = {
void brl_tdb_init_ops(void)
{
- brl_set_ops(&brlock_tdb_ops);
+ brlock_set_ops(&brlock_tdb_ops);
}