summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index ff6f9d1c1a..b5569c680d 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -22,7 +22,7 @@
extern userdom_struct current_user_info;
-BOOL canonicalize_path(connection_struct *conn, pstring path)
+static BOOL canonicalize_path(connection_struct *conn, pstring path)
{
#ifdef REALPATH_TAKES_NULL
char *resolved_name = SMB_VFS_REALPATH(conn,path,NULL);