summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-03-16 16:21:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:39 -0500
commitab9a46a35c05869f1aa4bb3c57a987def459791e (patch)
tree85e2e12a2c71e65a480eeb6232f44fd6af9fc24f /source3/smbd
parent8d5f85e0046c8fd2c0f8832788719e319751d358 (diff)
downloadsamba-ab9a46a35c05869f1aa4bb3c57a987def459791e.tar.gz
samba-ab9a46a35c05869f1aa4bb3c57a987def459791e.tar.bz2
samba-ab9a46a35c05869f1aa4bb3c57a987def459791e.zip
r21858: Fix typo.
Guenther (This used to be commit 663514e511982437c09d45334b8d435448347ed6)
Diffstat (limited to 'source3/smbd')
-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 );
}
}