diff options
Diffstat (limited to 'net/samba/files/patch-source::smbd::trans2.c')
-rw-r--r-- | net/samba/files/patch-source::smbd::trans2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba/files/patch-source::smbd::trans2.c b/net/samba/files/patch-source::smbd::trans2.c new file mode 100644 index 000000000000..b5a01c5462dd --- /dev/null +++ b/net/samba/files/patch-source::smbd::trans2.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- source/smbd/trans2.c 2003/03/07 23:35:00 1.149.4.98 ++++ source/smbd/trans2.c 2003/03/25 23:50:47 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; |