mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
vfs_default: fix indentation
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
2af46c7fda
commit
11e2a8562f
@ -49,7 +49,7 @@
|
||||
|
||||
static int vfswrap_connect(vfs_handle_struct *handle, const char *service, const char *user)
|
||||
{
|
||||
return 0; /* Return >= 0 for success */
|
||||
return 0; /* Return >= 0 for success */
|
||||
}
|
||||
|
||||
static void vfswrap_disconnect(vfs_handle_struct *handle)
|
||||
|
Loading…
Reference in New Issue
Block a user