vfs: Fix parentheses in SMB_VFS_NEXT_DURABLE_COOKIE
authorChristof Schmitt <cs@samba.org>
Fri, 11 Oct 2013 22:22:13 +0000 (15:22 -0700)
committerVolker Lendecke <vl@samba.org>
Sat, 12 Oct 2013 09:05:52 +0000 (11:05 +0200)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/include/vfs_macros.h

index 364a4ca6e1a8190bb0b981be535a385d9f316176..15e8492747fb862530fac0135fe59d11c43841f4 100644 (file)
        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) \