[Samba] Interminttant trouble with DFS shares on XP clients and

Gerald (Jerry) Carter jerry at samba.org
Mon Apr 14 14:52:22 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 14 Apr 2003, Mac wrote:

> We've just downloaded a newer verson of msdfs.c 

I told you the wrong file.  It was smbd/trans2.c.  However,
here is the specific patch.











cheers, jerry
 ----------------------------------------------------------------------
 Hewlett-Packard            ------------------------- http://www.hp.com
 SAMBA Team                 ---------------------- http://www.samba.org
 GnuPG Key                  ---- http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
                            --John Cusack - "Grosse Point Blank" (1997)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+msssIR7qMdg1EfYRAgu/AKDU+gyfhr4QM/hx6W6L9vC8fXH7pQCgsqNy
Di2t1SuckmZw9s7JaZydlaM=
=fu5t
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: smbd/trans2.c
===================================================================
RCS file: /data/cvs/samba/source/smbd/trans2.c,v
retrieving revision 1.149.4.98
retrieving revision 1.149.4.99
diff -u -r1.149.4.98 -r1.149.4.99
--- smbd/trans2.c	7 Mar 2003 23:35:00 -0000	1.149.4.98
+++ smbd/trans2.c	25 Mar 2003 23:50:47 -0000	1.149.4.99
@@ -3043,7 +3043,7 @@
 {
 	char *params = *pparams;
 	enum remote_arch_types ra_type = get_remote_arch();
-	BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K));
+	BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K) || (ra_type == RA_WINXP) || (ra_type == RA_WIN2K3));
 	pstring pathname;
 	int reply_size = 0;
 	int max_referral_level;


More information about the samba mailing list