s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3
[ira/wip.git] / source4 / ntvfs / common / brlock_tdb.c
index ab4d91c4db635b2c461c4d33ebbe3d4236673091..3fd0edcc692371aba87e15596fa107a915c78027 100644 (file)
@@ -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);
 }