search for: ra_typ

Displaying 1 result from an estimated 1 matches for "ra_typ".

Did you mean: ra_type
2003 Apr 08
0
Re: WinXP DFS problems in samba 2.2.8
...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;