r21083: Actually make it static... :-)
authorVolker Lendecke <vlendec@samba.org>
Wed, 31 Jan 2007 13:12:38 +0000 (13:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:34 +0000 (12:17 -0500)
source/smbd/service.c

index ff6f9d1c1a68d95d9c04306db0dd05f5a7531bac..b5569c680decb41c8d349c0d21c2c4b040022bef 100644 (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);