summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index 04b06a9bce..bc7c75aab4 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -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 );
}
}