From ab9a46a35c05869f1aa4bb3c57a987def459791e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Mar 2007 16:21:38 +0000 Subject: r21858: Fix typo. Guenther (This used to be commit 663514e511982437c09d45334b8d435448347ed6) --- source3/smbd/negprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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 ); } } -- cgit