diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-31 13:12:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:34 -0500 |
commit | b9af9646807373ba3264a4c44779c0b2eea68723 (patch) | |
tree | 4fa4ea0547aabae5c6e132d4fa392b7303fb0da1 /source3 | |
parent | 37a3339a1891f0189ff62891e6be85ace23efc33 (diff) | |
download | samba-b9af9646807373ba3264a4c44779c0b2eea68723.tar.gz samba-b9af9646807373ba3264a4c44779c0b2eea68723.tar.bz2 samba-b9af9646807373ba3264a4c44779c0b2eea68723.zip |
r21083: Actually make it static... :-)
(This used to be commit 65f473d22bd8f3b04becfc0be369758898fdadb6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/service.c | 2 |
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); |