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 <[EMAIL PROTECTED]>
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

Reply via email to