[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2939-g587bd63

Volker Lendecke vlendec at samba.org
Sun Jun 22 16:38:15 GMT 2008


The branch, v3-3-test has been updated
       via  587bd636cb70d09600111ced040adaa55af35d0f (commit)
      from  86cae83a7db87063ecd6e58eaa15f11441c45040 (commit)

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


- Log -----------------------------------------------------------------
commit 587bd636cb70d09600111ced040adaa55af35d0f
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jun 22 18:36:37 2008 +0200

    Fix an abort in junction_to_local_path

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c
index 84ee282..df30257 100644
--- a/source/smbd/msdfs.c
+++ b/source/smbd/msdfs.c
@@ -1308,7 +1308,7 @@ static bool junction_to_local_path(const struct junction_map *jucn,
 		return False;
 	}
 
-	*pp_path_out = talloc_asprintf(conn_out,
+	*pp_path_out = talloc_asprintf(*conn_out,
 			"%s/%s",
 			lp_pathname(snum),
 			jucn->volume_name);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list