Author: gd Date: 2006-07-04 13:49:17 +0000 (Tue, 04 Jul 2006) New Revision: 16797
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16797 Log: Add msdfs proxy junctions in the netdfs rpc enumeration. Guenther Modified: branches/SAMBA_3_0/source/smbd/msdfs.c trunk/source/smbd/msdfs.c Changeset: Modified: branches/SAMBA_3_0/source/smbd/msdfs.c =================================================================== --- branches/SAMBA_3_0/source/smbd/msdfs.c 2006-07-04 10:25:04 UTC (rev 16796) +++ branches/SAMBA_3_0/source/smbd/msdfs.c 2006-07-04 13:49:17 UTC (rev 16797) @@ -1058,6 +1058,7 @@ ref->ttl = REFERRAL_TTL; if (*lp_msdfs_proxy(snum) != '\0') { pstrcpy(ref->alternate_path, lp_msdfs_proxy(snum)); + cnt++; goto out; } Modified: trunk/source/smbd/msdfs.c =================================================================== --- trunk/source/smbd/msdfs.c 2006-07-04 10:25:04 UTC (rev 16796) +++ trunk/source/smbd/msdfs.c 2006-07-04 13:49:17 UTC (rev 16797) @@ -1058,6 +1058,7 @@ ref->ttl = REFERRAL_TTL; if (*lp_msdfs_proxy(snum) != '\0') { pstrcpy(ref->alternate_path, lp_msdfs_proxy(snum)); + cnt++; goto out; }
