mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
vfs_catia: Make "srt_head" static to the module
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
11660b03d6
commit
de0d9ec41a
@ -53,7 +53,7 @@ struct catia_cache {
|
||||
char *base_fname;
|
||||
};
|
||||
|
||||
struct share_mapping_entry *srt_head = NULL;
|
||||
static struct share_mapping_entry *srt_head = NULL;
|
||||
|
||||
static struct share_mapping_entry *get_srt(connection_struct *conn,
|
||||
struct share_mapping_entry **global)
|
||||
|
Loading…
Reference in New Issue
Block a user