1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r21858: Fix typo.

Guenther
(This used to be commit 663514e511)
This commit is contained in:
Günther Deschner 2007-03-16 16:21:38 +00:00 committed by Gerald (Jerry) Carter
parent 8d5f85e004
commit ab9a46a35c

View File

@ -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 );
}
}