mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: client: identification: fix a typo
This commit is contained in:
@@ -657,7 +657,7 @@ void ID_GetMD5ForAddress( char *key, netadr_t adr, size_t size )
|
||||
}
|
||||
|
||||
if( bufsize != 0 )
|
||||
value = BloomFilter_Process( buf, bufsize );
|
||||
value |= BloomFilter_Process( buf, bufsize );
|
||||
|
||||
MD5Init( &ctx );
|
||||
MD5Update( &ctx, (byte *)&value, sizeof( value ));
|
||||
|
||||
Reference in New Issue
Block a user