From: Volker Lendecke Date: Thu, 9 Feb 2017 18:13:21 +0000 (+0100) Subject: smbd: Fix some whitespace X-Git-Tag: talloc-2.1.9~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab820d944bb16d2bcf629f616ef3001e78493ea;p=thirdparty%2Fsamba.git smbd: Fix some whitespace Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_posixacl.c b/source3/modules/vfs_posixacl.c index f009fcc846a..aeadcbcf43d 100644 --- a/source3/modules/vfs_posixacl.c +++ b/source3/modules/vfs_posixacl.c @@ -187,7 +187,7 @@ static bool smb_ace_to_internal(acl_entry_t posix_ace, acl_free(puid); break; } - + case SMB_ACL_GROUP: { gid_t *pgid = (uid_t *)acl_get_qualifier(posix_ace); if (pgid == NULL) { @@ -230,7 +230,7 @@ static struct smb_acl_t *smb_acl_to_internal(acl_t acl, TALLOC_CTX *mem_ctx) entry_id = ACL_NEXT_ENTRY; - result->acl = talloc_realloc(result, result->acl, + result->acl = talloc_realloc(result, result->acl, struct smb_acl_entry, result->count+1); if (result->acl == NULL) { TALLOC_FREE(result);