1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-20 17:44:21 +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:
Volker Lendecke
2017-10-17 11:20:20 +02:00
committed by Ralph Boehme
parent 11660b03d6
commit de0d9ec41a

View File

@@ -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)