diff options
-rw-r--r-- | source3/smbd/open.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index d916609769..3111f68ef5 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -84,10 +84,10 @@ int fd_close(struct connection_struct *conn, Do this by fd if possible. ****************************************************************************/ -void change_owner_to_parent(connection_struct *conn, - files_struct *fsp, - const char *fname, - SMB_STRUCT_STAT *psbuf) +static void change_owner_to_parent(connection_struct *conn, + files_struct *fsp, + const char *fname, + SMB_STRUCT_STAT *psbuf) { const char *parent_path = parent_dirname(fname); SMB_STRUCT_STAT parent_st; |