1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

trivial change to array size

This commit is contained in:
Mitchell Livingston 2009-11-29 00:04:29 +00:00
parent 87823ba99c
commit 4e615c55a0

View file

@ -375,7 +375,7 @@ static uint32_t
getCryptoSelect( const tr_handshake * handshake, getCryptoSelect( const tr_handshake * handshake,
uint32_t crypto_provide ) uint32_t crypto_provide )
{ {
uint32_t choices[4]; uint32_t choices[2];
int i, nChoices = 0; int i, nChoices = 0;
switch( handshake->encryptionMode ) switch( handshake->encryptionMode )