-/*
+/*
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 <http://www.gnu.org/licenses/>.
*/
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;
}
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);
}
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);
}
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)
{