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:
parent
37a3339a18
commit
b9af964680
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user