mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3-vfs: Make glfs_set_preopened() static.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
9e7e83e9d0
commit
4deb00a60f
@ -145,7 +145,7 @@ static struct glfs_preopened {
|
||||
} *glfs_preopened;
|
||||
|
||||
|
||||
int glfs_set_preopened(const char *volume, glfs_t *fs)
|
||||
static int glfs_set_preopened(const char *volume, glfs_t *fs)
|
||||
{
|
||||
struct glfs_preopened *entry = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user