summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-07-04 13:49:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:19:11 -0500
commit6bf350895a648ef9b824c94b894e8d7a8989eb97 (patch)
tree019de570fa58b8dd8d67b28ecf28f1edbf90b58b
parent48ab7f46814dfbd777f142cdd8f59e6c1962eb15 (diff)
downloadsamba-6bf350895a648ef9b824c94b894e8d7a8989eb97.tar.gz
samba-6bf350895a648ef9b824c94b894e8d7a8989eb97.tar.xz
samba-6bf350895a648ef9b824c94b894e8d7a8989eb97.zip
r16797: Add msdfs proxy junctions in the netdfs rpc enumeration.
Guenther
-rw-r--r--source/smbd/msdfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c
index 55a6850478f..b22b5674d6f 100644
--- a/source/smbd/msdfs.c
+++ b/source/smbd/msdfs.c
@@ -1058,6 +1058,7 @@ static int form_junctions(TALLOC_CTX *ctx, int snum, struct junction_map *jucn,
ref->ttl = REFERRAL_TTL;
if (*lp_msdfs_proxy(snum) != '\0') {
pstrcpy(ref->alternate_path, lp_msdfs_proxy(snum));
+ cnt++;
goto out;
}