From f03e8b12c6959fb8213fbfcd3792b70094bd9a71 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Wed, 21 May 2014 11:52:27 +0200 Subject: Convert samba_private_attr_name() to a public function Signed-off-by: Ralph Boehme Reviewed-by: Christof Schmitt Reviewed-by: Michael Adam --- source3/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/trans2.c') diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 4afb27e9ec..aeada68651 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -120,7 +120,7 @@ uint64_t get_FileIndex(connection_struct *conn, const SMB_STRUCT_STAT *psbuf) Refuse to allow clients to overwrite our private xattrs. ****************************************************************************/ -static bool samba_private_attr_name(const char *unix_ea_name) +bool samba_private_attr_name(const char *unix_ea_name) { static const char * const prohibited_ea_names[] = { SAMBA_POSIX_INHERITANCE_EA_NAME, -- cgit