[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Sep 22 19:34:38 MDT 2010


The branch, master has been updated
       via  7170b87 Thank goodness for code reviews. Volker caught - this should be lp_posix_pathnames() not lp_unix_extensions().
      from  56f127d no need any more to manually create catalog file in build-manpages-nogit

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7170b875c26e2e43103b80da2376b020f0d1af4f
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Sep 22 18:34:19 2010 -0700

    Thank goodness for code reviews. Volker caught - this should be lp_posix_pathnames()
    not lp_unix_extensions().
    
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/reply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 3e8e716..43ca479 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -6096,7 +6096,7 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
 			  "%s -> %s\n", smb_fname_str_dbg(fsp->fsp_name),
 			  smb_fname_str_dbg(smb_fname_dst)));
 
-		if (!lp_unix_extensions() &&
+		if (!lp_posix_pathnames() &&
 		    (lp_map_archive(SNUM(conn)) ||
 		    lp_store_dos_attributes(SNUM(conn)))) {
 			/* We must set the archive bit on the newly


-- 
Samba Shared Repository


More information about the samba-cvs mailing list