[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-292-g6312522

Jeremy Allison jra at samba.org
Sat Nov 10 23:10:24 GMT 2007


The branch, v3-2-test has been updated
       via  63125225383f512f43002b9a92569d4b8f1b63bd (commit)
      from  cdd9e5cc8366cf0be4dc31f793fc0e5be6f63c3e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 63125225383f512f43002b9a92569d4b8f1b63bd
Author: Jeremy Allison <jra at samba.org>
Date:   Sat Nov 10 15:02:08 2007 -0800

    Fix the build when realpath doesn't take null
    as a last arg.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/service.c b/source/smbd/service.c
index dd09a69..c397239 100644
--- a/source/smbd/service.c
+++ b/source/smbd/service.c
@@ -38,7 +38,7 @@ static bool canonicalize_connect_path(connection_struct *conn)
 #else
         pstring resolved_name_buf;
 #endif
-	char *resolved_name = SMB_VFS_REALPATH(conn,path,resolved_name_buf);
+	char *resolved_name = SMB_VFS_REALPATH(conn,conn->connectpath,resolved_name_buf);
 	if (!resolved_name) {
 		return false;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list