r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
[gd/samba/.git] / source4 / ntvfs / nbench / vfs_nbench.c
index a8ec141760dcb748c7ccc004d1f29f4028424420..b93e5f3c446f50bff0f08c226baa3d86d5566616 100644 (file)
@@ -884,7 +884,6 @@ NTSTATUS ntvfs_nbench_init(void)
 {
        NTSTATUS ret;
        struct ntvfs_ops ops;
-       NTVFS_CURRENT_CRITICAL_SIZES(vers);
 
        ZERO_STRUCT(ops);
 
@@ -929,7 +928,7 @@ NTSTATUS ntvfs_nbench_init(void)
        ops.trans2 = NULL;
 
        /* register ourselves with the NTVFS subsystem. */
-       ret = ntvfs_register(&ops, &vers);
+       ret = ntvfs_register(&ops);
 
        if (!NT_STATUS_IS_OK(ret)) {
                DEBUG(0,("Failed to register nbench backend!\n"));