From: Günther Deschner Date: Fri, 16 Mar 2007 16:21:38 +0000 (+0000) Subject: r21858: Fix typo. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~933 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663514e511982437c09d45334b8d435448347ed6;p=thirdparty%2Fsamba.git r21858: Fix typo. Guenther --- diff --git a/source/smbd/negprot.c b/source/smbd/negprot.c index 04b06a9bce3..bc7c75aab4c 100644 --- a/source/smbd/negprot.c +++ b/source/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 ); } }