From de0d9ec41a191cc9119cd6581d9b3d1f03340e7c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 17 Oct 2017 11:20:20 +0200 Subject: [PATCH] vfs_catia: Make "srt_head" static to the module Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/modules/vfs_catia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index ce760ceefda..9651cd3bed3 100644 --- a/source3/modules/vfs_catia.c +++ b/source3/modules/vfs_catia.c @@ -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)