From: Volker Lendecke Date: Thu, 9 Feb 2017 17:43:46 +0000 (+0100) Subject: smbd: Fix some whitespace X-Git-Tag: talloc-2.1.9~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a03c42af4945b11d80748649b97949e272bbd10;p=thirdparty%2Fsamba.git smbd: Fix some whitespace Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index cddd4e018de..8187a8b712d 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -3325,7 +3325,7 @@ static NTSTATUS posix_get_nt_acl_common(struct connection_struct *conn, * would lead to usability problems under Windows: The Creator entries * are only available in browse lists of directories and not for files; * additionally the identity of the owning group couldn't be determined. - * We therefore use those identities only for Default ACLs. + * We therefore use those identities only for Default ACLs. */ /* Create the canon_ace lists. */ @@ -3334,7 +3334,7 @@ static NTSTATUS posix_get_nt_acl_common(struct connection_struct *conn, SMB_ACL_TYPE_ACCESS); /* We must have *some* ACLS. */ - + if (count_canon_ace_list(file_ace) == 0) { DEBUG(0,("get_nt_acl : No ACLs on file (%s) !\n", name)); goto done;