search for: username_str

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

2003 May 09
2
patch for 2.2 to correctly detect WinXP and Win2K2 client arch types
...=========================================== RCS file: /data/cvs/samba/source/smbd/reply.c,v retrieving revision 1.240.2.132 diff -u -r1.240.2.132 reply.c --- source/smbd/reply.c 9 Apr 2003 22:49:49 -0000 1.240.2.132 +++ source/smbd/reply.c 9 May 2003 21:26:55 -0000 @@ -765,7 +765,7 @@ } username_str = smb_buf(inbuf)+smb_apasslen; - fstrcpy( native_lanman, skip_string(username_str, 3)); + fstrcpy( native_lanman, skip_string(username_str, 4)); /* * we distinguish between 2K and XP by the "Native Lan Manager"