summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/msdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c
index 84ee282372..df30257fcc 100644
--- a/source3/smbd/msdfs.c
+++ b/source3/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);