From 3dc4d79a446b9a38bea8faed95fbb26b054c3a10 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Jul 2006 13:49:17 +0000 Subject: r16797: Add msdfs proxy junctions in the netdfs rpc enumeration. Guenther (This used to be commit 6bf350895a648ef9b824c94b894e8d7a8989eb97) --- source3/smbd/msdfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/msdfs.c') diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c index 55a6850478..b22b5674d6 100644 --- a/source3/smbd/msdfs.c +++ b/source3/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; } -- cgit