[PATCH] Second part of bugfix for bug #13319 (round-tripping ACE's through vfs_fruit).

jim jim.brown at rsmas.miami.edu
Thu Mar 15 22:15:04 UTC 2018


Should vfs_fruit.c debug message use DEBUG_WARNING instead of DEBUG(1, 
per replaced code?
Clearly there are other occurrences of DEBUG(1, in vfs_fruit.c that are 
not being touched.

On 3/15/2018 5:54 PM, Jeremy Allison via samba-technical wrote:
> +	/* First remove any existing ACE's with NFS style mode/uid/gid SIDs. */
> +	status = remove_virtual_nfs_aces(*ppdesc);
> +	if (!NT_STATUS_IS_OK(status)) {
> +		DEBUG(1,("failed to remove MS NFS style ACEs\n"));
> +		return status;
> +	}
> +




More information about the samba-technical mailing list