Fixing double name in protocol.

This commit is contained in:
lotodore
2010-09-04 12:59:08 +00:00
parent bcdc089390
commit dc9bd92fcf
+1 -1
View File
@@ -1099,7 +1099,7 @@ ServerGameStateHand::StartNewHand(boost::shared_ptr<ServerGame> server)
netHandStart->yourCards.present = yourCards_PR_encryptedCards;
EncryptedCards_t *encryptedCards = &netHandStart->yourCards.choice.encryptedCards;
OCTET_STRING_fromBuf(
&encryptedCards->encryptedCards,
&encryptedCards->cardData,
(const char *)&tmpCipher[0],
(int)tmpCipher.size());
}