diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/vfs_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs_macros.h b/source3/include/vfs_macros.h index 364a4ca6e1..15e8492747 100644 --- a/source3/include/vfs_macros.h +++ b/source3/include/vfs_macros.h @@ -535,7 +535,7 @@ smb_vfs_call_durable_cookie((fsp)->conn->vfs_handles, \ (fsp), (mem_ctx), (cookie)) #define SMB_VFS_NEXT_DURABLE_COOKIE(handle, fsp, mem_ctx, cookie) \ - smb_vfs_call_durable_cookie(((handle)->next, \ + smb_vfs_call_durable_cookie((handle)->next, \ (fsp), (mem_ctx), (cookie)) #define SMB_VFS_DURABLE_DISCONNECT(fsp, old_cookie, mem_ctx, new_cookie) \ |