From b9af9646807373ba3264a4c44779c0b2eea68723 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 31 Jan 2007 13:12:38 +0000 Subject: r21083: Actually make it static... :-) (This used to be commit 65f473d22bd8f3b04becfc0be369758898fdadb6) --- source3/smbd/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit