From: Volker Lendecke Date: Tue, 17 Oct 2017 09:20:20 +0000 (+0200) Subject: vfs_catia: Make "srt_head" static to the module X-Git-Tag: tevent-0.9.34~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0d9ec41a191cc9119cd6581d9b3d1f03340e7c;p=thirdparty%2Fsamba.git vfs_catia: Make "srt_head" static to the module Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- 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)