mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
parent
8d5f85e004
commit
ab9a46a35c
@ -259,7 +259,7 @@ static int reply_nt1(char *inbuf, char *outbuf)
|
||||
if ( (SVAL(inbuf, smb_flg2) & FLAGS2_EXTENDED_SECURITY) &&
|
||||
((SVAL(inbuf, smb_flg2) & FLAGS2_UNKNOWN_BIT4) == 0) )
|
||||
{
|
||||
if (get_remote_arch() != RA_SAMBA) {;
|
||||
if (get_remote_arch() != RA_SAMBA) {
|
||||
set_remote_arch( RA_VISTA );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user