svn commit: samba r21083 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Wed Jan 31 13:12:38 GMT 2007


Author: vlendec
Date: 2007-01-31 13:12:38 +0000 (Wed, 31 Jan 2007)
New Revision: 21083

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21083

Log:
Actually make it static... :-)
Modified:
   branches/SAMBA_3_0/source/smbd/service.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/service.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/service.c	2007-01-31 13:09:07 UTC (rev 21082)
+++ branches/SAMBA_3_0/source/smbd/service.c	2007-01-31 13:12:38 UTC (rev 21083)
@@ -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);



More information about the samba-cvs mailing list