From: Volker Lendecke Date: Wed, 22 Oct 2025 09:15:08 +0000 (+0200) Subject: smbd: Fix some whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aeecbfb6fefee8939ea6ac9ba8526c1e137a4a9;p=thirdparty%2Fsamba.git smbd: Fix some whitespace Signed-off-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/smbd/dfree.c b/source3/smbd/dfree.c index 919cf04286e..b5ade95177c 100644 --- a/source3/smbd/dfree.c +++ b/source3/smbd/dfree.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. functions to calculate the free disk space Copyright (C) Andrew Tridgell 1998 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 0faa3c87692..da7181db1d7 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -82,7 +82,7 @@ NTSTATUS smb_register_vfs(int version, const char *name, DEBUG(0, ("Failed to register vfs module.\n" "The module was compiled against SMB_VFS_INTERFACE_VERSION %d,\n" "current SMB_VFS_INTERFACE_VERSION is %d.\n" - "Please recompile against the current Samba Version!\n", + "Please recompile against the current Samba Version!\n", version, SMB_VFS_INTERFACE_VERSION)); return NT_STATUS_OBJECT_TYPE_MISMATCH; } @@ -1478,7 +1478,7 @@ int smb_vfs_call_get_shadow_copy_data(struct vfs_handle_struct *handle, bool labels) { VFS_FIND(get_shadow_copy_data); - return handle->fns->get_shadow_copy_data_fn(handle, fsp, + return handle->fns->get_shadow_copy_data_fn(handle, fsp, shadow_copy_data, labels); } @@ -2480,7 +2480,7 @@ NTSTATUS smb_vfs_call_fset_nt_acl(struct vfs_handle_struct *handle, const struct security_descriptor *psd) { VFS_FIND(fset_nt_acl); - return handle->fns->fset_nt_acl_fn(handle, fsp, security_info_sent, + return handle->fns->fset_nt_acl_fn(handle, fsp, security_info_sent, psd); } @@ -2495,7 +2495,7 @@ SMB_ACL_T smb_vfs_call_sys_acl_get_fd(struct vfs_handle_struct *handle, int smb_vfs_call_sys_acl_blob_get_fd(struct vfs_handle_struct *handle, struct files_struct *fsp, - TALLOC_CTX *mem_ctx, + TALLOC_CTX *mem_ctx, char **blob_description, DATA_BLOB *blob) {