1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r21083: Actually make it static... :-)

(This used to be commit 65f473d22bd8f3b04becfc0be369758898fdadb6)
This commit is contained in:
Volker Lendecke 2007-01-31 13:12:38 +00:00 committed by Gerald (Jerry) Carter
parent 37a3339a18
commit b9af964680

View File

@ -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);