From 920e1a368504228ab3a11aa58cbf12c7c95f4fd0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 19 Dec 2006 18:08:51 +0000 Subject: r20257: Hey, change_owner_to_parent is now static :-) (This used to be commit 4090bc4bca77edafcafa52ecb7dc75ead2779cb5) --- source3/smbd/open.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/smbd/open.c') 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; -- cgit