]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix an abort in junction_to_local_path
authorVolker Lendecke <vl@samba.org>
Sun, 22 Jun 2008 16:36:37 +0000 (18:36 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 22 Jun 2008 16:37:41 +0000 (18:37 +0200)
source/smbd/msdfs.c

index 84ee282372e3aa8a880f1b15d1b3827d5235bc24..df30257fcc91a65349d9a6b4745a8543d69d06cb 100644 (file)
@@ -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);